Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
hatchback_02.c File Reference

Go to the source code of this file.

Data Structures

class  CarScript
class  Hatchback_02

Functions

void ~Hatchback_02 ()
override bool CanDisplayAttachmentCategory (string category_name)
override bool CanDisplayCargo ()
bool CanManipulateSpareWheel (string slotSelectionName)
override bool CanReachDoorsFromSeat (string pDoorsSelection, int pCurrentSeat)
override bool CanReachSeatFromSeat (int currentSeat, int nextSeat)
override bool CanReleaseAttachment (EntityAI attachment)
override CarLightBase CreateFrontLight ()
override CarRearLightBase CreateRearLight ()
override bool CrewCanGetThrough (int posIdx)
override void EEInit ()
override void EOnPostSimulate (IEntity other, float timeSlice)
override int GetAnimInstance ()
override string GetAnimSourceFromSelection (string selection)
override int GetCarDoorsState (string slotType)
override string GetDoorInvSlotNameFromSeatPos (int posIdx)
override string GetDoorSelectionNameFromSeatPos (int posIdx)
override int GetSeatAnimationType (int posIdx)
void Hatchback_02 ()
override bool IsVitalGlowPlug ()
override bool IsVitalTruckBattery ()
override void OnEngineStart ()
override void OnEngineStop ()
override float OnSound (CarSoundCtrl ctrl, float oldValue)

Variables

ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine
ref UniversalTemperatureSource m_UTSource
ref UniversalTemperatureSourceSettings m_UTSSettings
class Hatchback_02_Blue extends Hatchback_02 OnDebugSpawn

Function Documentation

◆ ~Hatchback_02()

void ~Hatchback_02 ( )
protected

Definition at line 439 of file hatchback_02.c.

◆ CanDisplayAttachmentCategory()

override bool CanDisplayAttachmentCategory ( string category_name)
protected

Definition at line 555 of file hatchback_02.c.

◆ CanDisplayCargo()

override bool CanDisplayCargo ( )
protected

Definition at line 572 of file hatchback_02.c.

◆ CanManipulateSpareWheel()

bool CanManipulateSpareWheel ( string slotSelectionName)
protected

Definition at line 550 of file hatchback_02.c.

◆ CanReachDoorsFromSeat()

override bool CanReachDoorsFromSeat ( string pDoorsSelection,
int pCurrentSeat )
protected

Definition at line 782 of file hatchback_02.c.

◆ CanReachSeatFromSeat()

override bool CanReachSeatFromSeat ( int currentSeat,
int nextSeat )
protected

Definition at line 765 of file hatchback_02.c.

◆ CanReleaseAttachment()

override bool CanReleaseAttachment ( EntityAI attachment)
protected

Definition at line 531 of file hatchback_02.c.

◆ CreateFrontLight()

override CarLightBase CreateFrontLight ( )
protected

Definition at line 526 of file hatchback_02.c.

◆ CreateRearLight()

override CarRearLightBase CreateRearLight ( )
protected

Definition at line 520 of file hatchback_02.c.

◆ CrewCanGetThrough()

override bool CrewCanGetThrough ( int posIdx)
protected

Definition at line 618 of file hatchback_02.c.

◆ EEInit()

override void EEInit ( )
protected

Definition at line 446 of file hatchback_02.c.

◆ EOnPostSimulate()

override void EOnPostSimulate ( IEntity other,
float timeSlice )
protected

Definition at line 486 of file hatchback_02.c.

◆ GetAnimInstance()

override int GetAnimInstance ( )
protected

Definition at line 497 of file hatchback_02.c.

◆ GetAnimSourceFromSelection()

override string GetAnimSourceFromSelection ( string selection)
protected

Definition at line 733 of file hatchback_02.c.

◆ GetCarDoorsState()

◆ GetDoorInvSlotNameFromSeatPos()

override string GetDoorInvSlotNameFromSeatPos ( int posIdx)
protected

Definition at line 679 of file hatchback_02.c.

◆ GetDoorSelectionNameFromSeatPos()

override string GetDoorSelectionNameFromSeatPos ( int posIdx)
protected

Definition at line 658 of file hatchback_02.c.

◆ GetSeatAnimationType()

override int GetSeatAnimationType ( int posIdx)
protected

Definition at line 502 of file hatchback_02.c.

◆ Hatchback_02()

void Hatchback_02 ( )
protected

Definition at line 419 of file hatchback_02.c.

◆ IsVitalGlowPlug()

override bool IsVitalGlowPlug ( )
protected

Definition at line 760 of file hatchback_02.c.

◆ IsVitalTruckBattery()

override bool IsVitalTruckBattery ( )
protected

Definition at line 755 of file hatchback_02.c.

◆ OnEngineStart()

override void OnEngineStart ( )
protected

Definition at line 464 of file hatchback_02.c.

◆ OnEngineStop()

override void OnEngineStop ( )
protected

Definition at line 475 of file hatchback_02.c.

◆ OnSound()

override float OnSound ( CarSoundCtrl ctrl,
float oldValue )
protected

Definition at line 700 of file hatchback_02.c.

Variable Documentation

◆ m_UTSLEngine

ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine
protected

Definition at line 417 of file hatchback_02.c.

◆ m_UTSource

ref UniversalTemperatureSource m_UTSource
protected

Definition at line 415 of file hatchback_02.c.

◆ m_UTSSettings

ref UniversalTemperatureSourceSettings m_UTSSettings
protected

Definition at line 416 of file hatchback_02.c.

◆ OnDebugSpawn

override void OnDebugSpawn

Definition at line 1 of file hatchback_02.c.

Referenced by Entity::OnDebugSpawnEx().