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

Go to the source code of this file.

Data Structures

class  CarScript
class  CivilianSedan

Functions

void ~CivilianSedan ()
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)
void CivilianSedan ()
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 float GetPushForceCoefficientMultiplier ()
override int GetSeatAnimationType (int posIdx)
override float GetTransportCameraDistance ()
override bool IsVitalGlowPlug ()
override bool IsVitalTruckBattery ()
class CivilianSedan extends CarScript OnDebugSpawn ()
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

Function Documentation

◆ ~CivilianSedan()

void ~CivilianSedan ( )
protected

Definition at line 465 of file civiliansedan.c.

◆ CanDisplayAttachmentCategory()

override bool CanDisplayAttachmentCategory ( string category_name)
protected

Definition at line 583 of file civiliansedan.c.

◆ CanDisplayCargo()

override bool CanDisplayCargo ( )
protected

Definition at line 600 of file civiliansedan.c.

◆ CanManipulateSpareWheel()

bool CanManipulateSpareWheel ( string slotSelectionName)
protected

Definition at line 578 of file civiliansedan.c.

◆ CanReachDoorsFromSeat()

override bool CanReachDoorsFromSeat ( string pDoorsSelection,
int pCurrentSeat )
protected

Definition at line 826 of file civiliansedan.c.

◆ CanReachSeatFromSeat()

override bool CanReachSeatFromSeat ( int currentSeat,
int nextSeat )
protected

Definition at line 806 of file civiliansedan.c.

◆ CanReleaseAttachment()

override bool CanReleaseAttachment ( EntityAI attachment)
protected

Definition at line 562 of file civiliansedan.c.

◆ CivilianSedan()

void CivilianSedan ( )
protected

Definition at line 445 of file civiliansedan.c.

◆ CreateFrontLight()

override CarLightBase CreateFrontLight ( )
protected

Definition at line 551 of file civiliansedan.c.

◆ CreateRearLight()

override CarRearLightBase CreateRearLight ( )
protected

Definition at line 557 of file civiliansedan.c.

◆ CrewCanGetThrough()

override bool CrewCanGetThrough ( int posIdx)
protected

Definition at line 652 of file civiliansedan.c.

◆ EEInit()

override void EEInit ( )
protected

Definition at line 472 of file civiliansedan.c.

◆ EOnPostSimulate()

override void EOnPostSimulate ( IEntity other,
float timeSlice )
protected

Definition at line 512 of file civiliansedan.c.

◆ GetAnimInstance()

override int GetAnimInstance ( )
protected

Definition at line 523 of file civiliansedan.c.

◆ GetAnimSourceFromSelection()

override string GetAnimSourceFromSelection ( string selection)
protected

Definition at line 775 of file civiliansedan.c.

◆ GetCarDoorsState()

◆ GetDoorInvSlotNameFromSeatPos()

override string GetDoorInvSlotNameFromSeatPos ( int posIdx)
protected

Definition at line 709 of file civiliansedan.c.

◆ GetDoorSelectionNameFromSeatPos()

override string GetDoorSelectionNameFromSeatPos ( int posIdx)
protected

Definition at line 688 of file civiliansedan.c.

◆ GetPushForceCoefficientMultiplier()

override float GetPushForceCoefficientMultiplier ( )
protected

Definition at line 870 of file civiliansedan.c.

◆ GetSeatAnimationType()

override int GetSeatAnimationType ( int posIdx)
protected

Definition at line 533 of file civiliansedan.c.

◆ GetTransportCameraDistance()

override float GetTransportCameraDistance ( )
protected

Definition at line 528 of file civiliansedan.c.

◆ IsVitalGlowPlug()

override bool IsVitalGlowPlug ( )
protected

Definition at line 801 of file civiliansedan.c.

◆ IsVitalTruckBattery()

override bool IsVitalTruckBattery ( )
protected

Definition at line 796 of file civiliansedan.c.

◆ OnDebugSpawn()

class CivilianSedan extends CarScript OnDebugSpawn ( )

Definition at line 1 of file civiliansedan.c.

References CarScript::CivilianSedan().

◆ OnEngineStart()

override void OnEngineStart ( )
protected

Definition at line 490 of file civiliansedan.c.

◆ OnEngineStop()

override void OnEngineStop ( )
protected

Definition at line 501 of file civiliansedan.c.

◆ OnSound()

override float OnSound ( CarSoundCtrl ctrl,
float oldValue )
protected

Definition at line 732 of file civiliansedan.c.

Variable Documentation

◆ m_UTSLEngine

ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine
protected

Definition at line 443 of file civiliansedan.c.

Referenced by OnDebugSpawn().

◆ m_UTSource

ref UniversalTemperatureSource m_UTSource
protected

Definition at line 441 of file civiliansedan.c.

◆ m_UTSSettings

ref UniversalTemperatureSourceSettings m_UTSSettings
protected

Definition at line 442 of file civiliansedan.c.