Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
sedan_02.c File Reference

Go to the source code of this file.

Data Structures

class  CarScript
 
class  Sedan_02
 

Functions

class Sedan_02 extends CarScript OnDebugSpawn ()
 
void Sedan_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 CarLightBase CreateFrontLight ()
 
override CarRearLightBase CreateRearLight ()
 
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
 

Function Documentation

◆ CanDisplayAttachmentCategory()

override bool OnDebugSpawn::CanDisplayAttachmentCategory ( string  category_name)

Definition at line 149 of file sedan_02.c.

◆ CanDisplayCargo()

override bool OnDebugSpawn::CanDisplayCargo ( )

Definition at line 176 of file sedan_02.c.

◆ CanManipulateSpareWheel()

override protected bool OnDebugSpawn::CanManipulateSpareWheel ( string  slotSelectionName)

Definition at line 144 of file sedan_02.c.

◆ CanReachDoorsFromSeat()

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

Definition at line 385 of file sedan_02.c.

◆ CanReachSeatFromSeat()

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

Definition at line 365 of file sedan_02.c.

◆ CanReleaseAttachment()

override bool OnDebugSpawn::CanReleaseAttachment ( EntityAI  attachment)

Definition at line 109 of file sedan_02.c.

◆ CreateFrontLight()

override CarLightBase OnDebugSpawn::CreateFrontLight ( )

Definition at line 98 of file sedan_02.c.

◆ CreateRearLight()

override CarRearLightBase OnDebugSpawn::CreateRearLight ( )

Definition at line 104 of file sedan_02.c.

◆ CrewCanGetThrough()

override bool OnDebugSpawn::CrewCanGetThrough ( int  posIdx)

Definition at line 222 of file sedan_02.c.

◆ EEInit()

override void OnDebugSpawn::EEInit ( )

Definition at line 25 of file sedan_02.c.

◆ EOnPostSimulate()

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

Definition at line 64 of file sedan_02.c.

◆ GetAnimInstance()

override int OnDebugSpawn::GetAnimInstance ( )

Definition at line 75 of file sedan_02.c.

◆ GetAnimSourceFromSelection()

override string OnDebugSpawn::GetAnimSourceFromSelection ( string  selection)

Definition at line 333 of file sedan_02.c.

◆ GetCarDoorsState()

override int OnDebugSpawn::GetCarDoorsState ( string  slotType)

Definition at line 187 of file sedan_02.c.

◆ GetDoorInvSlotNameFromSeatPos()

override string OnDebugSpawn::GetDoorInvSlotNameFromSeatPos ( int  posIdx)

Definition at line 279 of file sedan_02.c.

◆ GetDoorSelectionNameFromSeatPos()

override string OnDebugSpawn::GetDoorSelectionNameFromSeatPos ( int  posIdx)

Definition at line 258 of file sedan_02.c.

◆ GetSeatAnimationType()

override int OnDebugSpawn::GetSeatAnimationType ( int  posIdx)

Definition at line 80 of file sedan_02.c.

◆ IsVitalGlowPlug()

override bool OnDebugSpawn::IsVitalGlowPlug ( )

Definition at line 360 of file sedan_02.c.

◆ IsVitalTruckBattery()

override bool OnDebugSpawn::IsVitalTruckBattery ( )

Definition at line 355 of file sedan_02.c.

◆ OnDebugSpawn()

class Sedan_02 extends CarScript OnDebugSpawn ( )

Definition at line 433 of file sedan_02.c.

◆ OnEngineStart()

override void OnDebugSpawn::OnEngineStart ( )

Definition at line 44 of file sedan_02.c.

◆ OnEngineStop()

override void OnDebugSpawn::OnEngineStop ( )

Definition at line 54 of file sedan_02.c.

◆ OnSound()

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

Definition at line 300 of file sedan_02.c.

◆ Sedan_02()

void OnDebugSpawn::Sedan_02 ( )

Definition at line 6 of file sedan_02.c.

Variable Documentation

◆ m_UTSLEngine

protected ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine

Definition at line 4 of file sedan_02.c.

◆ m_UTSource

protected ref UniversalTemperatureSource m_UTSource

Definition at line 2 of file sedan_02.c.

◆ m_UTSSettings

protected ref UniversalTemperatureSourceSettings m_UTSSettings

Definition at line 3 of file sedan_02.c.