Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | CarScript |
class | CivilianSedan |
Variables | |
protected ref UniversalTemperatureSource | m_UTSource |
protected ref UniversalTemperatureSourceSettings | m_UTSSettings |
protected ref UniversalTemperatureSourceLambdaEngine | m_UTSLEngine |
Definition at line 135 of file civiliansedan.c.
override bool OnDebugSpawn::CanDisplayCargo | ( | ) |
Definition at line 152 of file civiliansedan.c.
Definition at line 130 of file civiliansedan.c.
Definition at line 378 of file civiliansedan.c.
Definition at line 358 of file civiliansedan.c.
Definition at line 114 of file civiliansedan.c.
void OnDebugSpawn::CivilianSedan | ( | ) |
Definition at line 6 of file civiliansedan.c.
override CarLightBase OnDebugSpawn::CreateFrontLight | ( | ) |
Definition at line 103 of file civiliansedan.c.
override CarRearLightBase OnDebugSpawn::CreateRearLight | ( | ) |
Definition at line 109 of file civiliansedan.c.
Definition at line 204 of file civiliansedan.c.
override void OnDebugSpawn::EEInit | ( | ) |
Definition at line 25 of file civiliansedan.c.
Definition at line 64 of file civiliansedan.c.
override int OnDebugSpawn::GetAnimInstance | ( | ) |
Definition at line 75 of file civiliansedan.c.
Definition at line 327 of file civiliansedan.c.
Definition at line 163 of file civiliansedan.c.
Definition at line 261 of file civiliansedan.c.
Definition at line 240 of file civiliansedan.c.
override float OnDebugSpawn::GetPushForceCoefficientMultiplier | ( | ) |
Definition at line 421 of file civiliansedan.c.
Definition at line 85 of file civiliansedan.c.
override float OnDebugSpawn::GetTransportCameraDistance | ( | ) |
Definition at line 80 of file civiliansedan.c.
override bool OnDebugSpawn::IsVitalGlowPlug | ( | ) |
Definition at line 353 of file civiliansedan.c.
override bool OnDebugSpawn::IsVitalTruckBattery | ( | ) |
Definition at line 348 of file civiliansedan.c.
class CivilianSedan extends CarScript OnDebugSpawn | ( | ) |
Definition at line 430 of file civiliansedan.c.
override void OnDebugSpawn::OnEngineStart | ( | ) |
Definition at line 44 of file civiliansedan.c.
override void OnDebugSpawn::OnEngineStop | ( | ) |
Definition at line 54 of file civiliansedan.c.
override float OnDebugSpawn::OnSound | ( | CarSoundCtrl | ctrl, |
float | oldValue | ||
) |
Definition at line 284 of file civiliansedan.c.
protected ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine |
Definition at line 4 of file civiliansedan.c.
protected ref UniversalTemperatureSource m_UTSource |
Definition at line 2 of file civiliansedan.c.
protected ref UniversalTemperatureSourceSettings m_UTSSettings |
Definition at line 3 of file civiliansedan.c.