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

Go to the source code of this file.

Data Structures

class  CarScript
 
class  CivilianSedan
 

Functions

class CivilianSedan extends CarScript OnDebugSpawn ()
 
void CivilianSedan ()
 
override void EEInit ()
 
override void OnEngineStart ()
 
override void OnEngineStop ()
 
override void EOnPostSimulate (IEntity other, float timeSlice)
 
override int GetAnimInstance ()
 
override float GetTransportCameraDistance ()
 
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)
 
override float GetPushForceCoefficientMultiplier ()
 

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 135 of file civiliansedan.c.

◆ CanDisplayCargo()

override bool OnDebugSpawn::CanDisplayCargo ( )

Definition at line 152 of file civiliansedan.c.

◆ CanManipulateSpareWheel()

override protected bool OnDebugSpawn::CanManipulateSpareWheel ( string  slotSelectionName)

Definition at line 130 of file civiliansedan.c.

◆ CanReachDoorsFromSeat()

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

Definition at line 378 of file civiliansedan.c.

◆ CanReachSeatFromSeat()

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

Definition at line 358 of file civiliansedan.c.

◆ CanReleaseAttachment()

override bool OnDebugSpawn::CanReleaseAttachment ( EntityAI  attachment)

Definition at line 114 of file civiliansedan.c.

◆ CivilianSedan()

void OnDebugSpawn::CivilianSedan ( )

Definition at line 6 of file civiliansedan.c.

◆ CreateFrontLight()

override CarLightBase OnDebugSpawn::CreateFrontLight ( )

Definition at line 103 of file civiliansedan.c.

◆ CreateRearLight()

override CarRearLightBase OnDebugSpawn::CreateRearLight ( )

Definition at line 109 of file civiliansedan.c.

◆ CrewCanGetThrough()

override bool OnDebugSpawn::CrewCanGetThrough ( int  posIdx)

Definition at line 204 of file civiliansedan.c.

◆ EEInit()

override void OnDebugSpawn::EEInit ( )

Definition at line 25 of file civiliansedan.c.

◆ EOnPostSimulate()

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

Definition at line 64 of file civiliansedan.c.

◆ GetAnimInstance()

override int OnDebugSpawn::GetAnimInstance ( )

Definition at line 75 of file civiliansedan.c.

◆ GetAnimSourceFromSelection()

override string OnDebugSpawn::GetAnimSourceFromSelection ( string  selection)

Definition at line 327 of file civiliansedan.c.

◆ GetCarDoorsState()

override int OnDebugSpawn::GetCarDoorsState ( string  slotType)

Definition at line 163 of file civiliansedan.c.

◆ GetDoorInvSlotNameFromSeatPos()

override string OnDebugSpawn::GetDoorInvSlotNameFromSeatPos ( int  posIdx)

Definition at line 261 of file civiliansedan.c.

◆ GetDoorSelectionNameFromSeatPos()

override string OnDebugSpawn::GetDoorSelectionNameFromSeatPos ( int  posIdx)

Definition at line 240 of file civiliansedan.c.

◆ GetPushForceCoefficientMultiplier()

override float OnDebugSpawn::GetPushForceCoefficientMultiplier ( )

Definition at line 421 of file civiliansedan.c.

◆ GetSeatAnimationType()

override int OnDebugSpawn::GetSeatAnimationType ( int  posIdx)

Definition at line 85 of file civiliansedan.c.

◆ GetTransportCameraDistance()

override float OnDebugSpawn::GetTransportCameraDistance ( )

Definition at line 80 of file civiliansedan.c.

◆ IsVitalGlowPlug()

override bool OnDebugSpawn::IsVitalGlowPlug ( )

Definition at line 353 of file civiliansedan.c.

◆ IsVitalTruckBattery()

override bool OnDebugSpawn::IsVitalTruckBattery ( )

Definition at line 348 of file civiliansedan.c.

◆ OnDebugSpawn()

class CivilianSedan extends CarScript OnDebugSpawn ( )

Definition at line 430 of file civiliansedan.c.

◆ OnEngineStart()

override void OnDebugSpawn::OnEngineStart ( )

Definition at line 44 of file civiliansedan.c.

◆ OnEngineStop()

override void OnDebugSpawn::OnEngineStop ( )

Definition at line 54 of file civiliansedan.c.

◆ OnSound()

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

Definition at line 284 of file civiliansedan.c.

Variable Documentation

◆ m_UTSLEngine

protected ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine

Definition at line 4 of file civiliansedan.c.

◆ m_UTSource

protected ref UniversalTemperatureSource m_UTSource

Definition at line 2 of file civiliansedan.c.

◆ m_UTSSettings

protected ref UniversalTemperatureSourceSettings m_UTSSettings

Definition at line 3 of file civiliansedan.c.