Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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 void EEInit ()
 
override void OnEngineStart ()
 
override void OnEngineStop ()
 
override void EOnPostSimulate (IEntity other, float timeSlice)
 
override int GetAnimInstance ()
 
override int GetSeatAnimationType (int posIdx)
 
override CarRearLightBase CreateRearLight ()
 
override CarLightBase CreateFrontLight ()
 
override bool CanReleaseAttachment (EntityAI attachment)
 
override protected bool CanManipulateSpareWheel (string slotSelectionName)
 
override bool CanDisplayAttachmentCategory (string category_name)
 
override bool CanDisplayCargo ()
 
override int GetCarDoorsState (string slotType)
 
override bool CrewCanGetThrough (int posIdx)
 
override string GetDoorSelectionNameFromSeatPos (int posIdx)
 
override string GetDoorInvSlotNameFromSeatPos (int posIdx)
 
override float OnSound (CarSoundCtrl ctrl, float oldValue)
 
override string GetAnimSourceFromSelection (string selection)
 
override bool IsVitalTruckBattery ()
 
override bool IsVitalGlowPlug ()
 
override bool CanReachSeatFromSeat (int currentSeat, int nextSeat)
 
override bool CanReachDoorsFromSeat (string pDoorsSelection, int pCurrentSeat)
 

Variables

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

Function Documentation

◆ CanDisplayAttachmentCategory()

override bool OnDebugSpawn::CanDisplayAttachmentCategory ( string  category_name)

Definition at line 133 of file hatchback_02.c.

◆ CanDisplayCargo()

override bool OnDebugSpawn::CanDisplayCargo ( )

Definition at line 150 of file hatchback_02.c.

◆ CanManipulateSpareWheel()

override protected bool OnDebugSpawn::CanManipulateSpareWheel ( string  slotSelectionName)

Definition at line 128 of file hatchback_02.c.

◆ CanReachDoorsFromSeat()

override bool OnDebugSpawn::CanReachDoorsFromSeat ( string  pDoorsSelection,
int  pCurrentSeat 
)

Definition at line 360 of file hatchback_02.c.

◆ CanReachSeatFromSeat()

override bool OnDebugSpawn::CanReachSeatFromSeat ( int  currentSeat,
int  nextSeat 
)

Definition at line 343 of file hatchback_02.c.

◆ CanReleaseAttachment()

override bool OnDebugSpawn::CanReleaseAttachment ( EntityAI  attachment)

Definition at line 109 of file hatchback_02.c.

◆ CreateFrontLight()

override CarLightBase OnDebugSpawn::CreateFrontLight ( )

Definition at line 104 of file hatchback_02.c.

◆ CreateRearLight()

override CarRearLightBase OnDebugSpawn::CreateRearLight ( )

Definition at line 98 of file hatchback_02.c.

◆ CrewCanGetThrough()

override bool OnDebugSpawn::CrewCanGetThrough ( int  posIdx)

Definition at line 196 of file hatchback_02.c.

◆ EEInit()

override void OnDebugSpawn::EEInit ( )

Definition at line 25 of file hatchback_02.c.

◆ EOnPostSimulate()

override void OnDebugSpawn::EOnPostSimulate ( IEntity  other,
float  timeSlice 
)

Definition at line 64 of file hatchback_02.c.

◆ GetAnimInstance()

override int OnDebugSpawn::GetAnimInstance ( )

Definition at line 75 of file hatchback_02.c.

◆ GetAnimSourceFromSelection()

override string OnDebugSpawn::GetAnimSourceFromSelection ( string  selection)

Definition at line 311 of file hatchback_02.c.

◆ GetCarDoorsState()

override int OnDebugSpawn::GetCarDoorsState ( string  slotType)

Definition at line 161 of file hatchback_02.c.

◆ GetDoorInvSlotNameFromSeatPos()

override string OnDebugSpawn::GetDoorInvSlotNameFromSeatPos ( int  posIdx)

Definition at line 257 of file hatchback_02.c.

◆ GetDoorSelectionNameFromSeatPos()

override string OnDebugSpawn::GetDoorSelectionNameFromSeatPos ( int  posIdx)

Definition at line 236 of file hatchback_02.c.

◆ GetSeatAnimationType()

override int OnDebugSpawn::GetSeatAnimationType ( int  posIdx)

Definition at line 80 of file hatchback_02.c.

◆ Hatchback_02()

void OnDebugSpawn::Hatchback_02 ( )

Definition at line 6 of file hatchback_02.c.

◆ IsVitalGlowPlug()

override bool OnDebugSpawn::IsVitalGlowPlug ( )

Definition at line 338 of file hatchback_02.c.

◆ IsVitalTruckBattery()

override bool OnDebugSpawn::IsVitalTruckBattery ( )

Definition at line 333 of file hatchback_02.c.

◆ OnEngineStart()

override void OnDebugSpawn::OnEngineStart ( )

Definition at line 44 of file hatchback_02.c.

◆ OnEngineStop()

override void OnDebugSpawn::OnEngineStop ( )

Definition at line 54 of file hatchback_02.c.

◆ OnSound()

override float OnDebugSpawn::OnSound ( CarSoundCtrl  ctrl,
float  oldValue 
)

Definition at line 278 of file hatchback_02.c.

Variable Documentation

◆ m_UTSLEngine

protected ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine

Definition at line 4 of file hatchback_02.c.

◆ m_UTSource

protected ref UniversalTemperatureSource m_UTSource

Definition at line 2 of file hatchback_02.c.

◆ m_UTSSettings

protected ref UniversalTemperatureSourceSettings m_UTSSettings

Definition at line 3 of file hatchback_02.c.

◆ OnDebugSpawn

override void OnDebugSpawn

Definition at line 404 of file hatchback_02.c.