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

Go to the source code of this file.

Data Structures

class  CarScript
 
class  OffroadHatchback
 

Functions

class OffroadHatchback extends CarScript OnDebugSpawn ()
 
void OffroadHatchback ()
 
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 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 string GetDoorConditionPointFromSelection (string selection)
 
override int GetCrewIndex (string selection)
 
override bool IsVitalTruckBattery ()
 
override bool IsVitalGlowPlug ()
 
override bool CanReachSeatFromSeat (int currentSeat, int nextSeat)
 
override bool CanReachDoorsFromSeat (string pDoorsSelection, int pCurrentSeat)
 
override int GetSeatIndexFromDoor (string pDoorSelection)
 
override void SetActions ()
 

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 140 of file offroadhatchback.c.

◆ CanDisplayCargo()

override bool OnDebugSpawn::CanDisplayCargo ( )

Definition at line 159 of file offroadhatchback.c.

◆ CanManipulateSpareWheel()

override protected bool OnDebugSpawn::CanManipulateSpareWheel ( string  slotSelectionName)

Definition at line 135 of file offroadhatchback.c.

◆ CanReachDoorsFromSeat()

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

Definition at line 407 of file offroadhatchback.c.

◆ CanReachSeatFromSeat()

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

Definition at line 381 of file offroadhatchback.c.

◆ CanReleaseAttachment()

override bool OnDebugSpawn::CanReleaseAttachment ( EntityAI  attachment)

Definition at line 116 of file offroadhatchback.c.

◆ CreateFrontLight()

override CarLightBase OnDebugSpawn::CreateFrontLight ( )

Definition at line 111 of file offroadhatchback.c.

◆ CreateRearLight()

override CarRearLightBase OnDebugSpawn::CreateRearLight ( )

Definition at line 106 of file offroadhatchback.c.

◆ CrewCanGetThrough()

override bool OnDebugSpawn::CrewCanGetThrough ( int  posIdx)

Definition at line 202 of file offroadhatchback.c.

◆ EEInit()

override void OnDebugSpawn::EEInit ( )

Definition at line 27 of file offroadhatchback.c.

◆ EOnPostSimulate()

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

Definition at line 66 of file offroadhatchback.c.

◆ GetAnimInstance()

override int OnDebugSpawn::GetAnimInstance ( )

Definition at line 77 of file offroadhatchback.c.

◆ GetAnimSourceFromSelection()

override string OnDebugSpawn::GetAnimSourceFromSelection ( string  selection)

Definition at line 320 of file offroadhatchback.c.

◆ GetCarDoorsState()

override int OnDebugSpawn::GetCarDoorsState ( string  slotType)

Definition at line 174 of file offroadhatchback.c.

◆ GetCrewIndex()

override int OnDebugSpawn::GetCrewIndex ( string  selection)

Definition at line 358 of file offroadhatchback.c.

◆ GetDoorConditionPointFromSelection()

override string OnDebugSpawn::GetDoorConditionPointFromSelection ( string  selection)

Definition at line 341 of file offroadhatchback.c.

◆ GetDoorInvSlotNameFromSeatPos()

override string OnDebugSpawn::GetDoorInvSlotNameFromSeatPos ( int  posIdx)

Definition at line 258 of file offroadhatchback.c.

◆ GetDoorSelectionNameFromSeatPos()

override string OnDebugSpawn::GetDoorSelectionNameFromSeatPos ( int  posIdx)

Definition at line 243 of file offroadhatchback.c.

◆ GetSeatAnimationType()

override int OnDebugSpawn::GetSeatAnimationType ( int  posIdx)

Definition at line 87 of file offroadhatchback.c.

◆ GetSeatIndexFromDoor()

override int OnDebugSpawn::GetSeatIndexFromDoor ( string  pDoorSelection)

Definition at line 427 of file offroadhatchback.c.

◆ GetTransportCameraDistance()

override float OnDebugSpawn::GetTransportCameraDistance ( )

Definition at line 82 of file offroadhatchback.c.

◆ IsVitalGlowPlug()

override bool OnDebugSpawn::IsVitalGlowPlug ( )

Definition at line 376 of file offroadhatchback.c.

◆ IsVitalTruckBattery()

override bool OnDebugSpawn::IsVitalTruckBattery ( )

Definition at line 371 of file offroadhatchback.c.

◆ OffroadHatchback()

void OnDebugSpawn::OffroadHatchback ( )

Definition at line 6 of file offroadhatchback.c.

◆ OnDebugSpawn()

class OffroadHatchback extends CarScript OnDebugSpawn ( )

Definition at line 472 of file offroadhatchback.c.

◆ OnEngineStart()

override void OnDebugSpawn::OnEngineStart ( )

Definition at line 46 of file offroadhatchback.c.

◆ OnEngineStop()

override void OnDebugSpawn::OnEngineStop ( )

Definition at line 56 of file offroadhatchback.c.

◆ OnSound()

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

Definition at line 275 of file offroadhatchback.c.

◆ SetActions()

override void OnDebugSpawn::SetActions ( )

Definition at line 440 of file offroadhatchback.c.

Variable Documentation

◆ m_UTSLEngine

protected ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine

Definition at line 4 of file offroadhatchback.c.

◆ m_UTSource

protected ref UniversalTemperatureSource m_UTSource

Definition at line 2 of file offroadhatchback.c.

◆ m_UTSSettings

protected ref UniversalTemperatureSourceSettings m_UTSSettings

Definition at line 3 of file offroadhatchback.c.