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

Go to the source code of this file.

Data Structures

class  CarScript
class  OffroadHatchback

Functions

void ~OffroadHatchback ()
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)
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 int GetCrewIndex (string selection)
override string GetDoorConditionPointFromSelection (string selection)
override string GetDoorInvSlotNameFromSeatPos (int posIdx)
override string GetDoorSelectionNameFromSeatPos (int posIdx)
override int GetSeatAnimationType (int posIdx)
override int GetSeatIndexFromDoor (string pDoorSelection)
override float GetTransportCameraDistance ()
override bool IsVitalGlowPlug ()
override bool IsVitalTruckBattery ()
void OffroadHatchback ()
class OffroadHatchback extends CarScript OnDebugSpawn ()
override void OnEngineStart ()
override void OnEngineStop ()
override float OnSound (CarSoundCtrl ctrl, float oldValue)
override void SetActions ()

Variables

ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine
ref UniversalTemperatureSource m_UTSource
ref UniversalTemperatureSourceSettings m_UTSSettings

Function Documentation

◆ ~OffroadHatchback()

void ~OffroadHatchback ( )
protected

Definition at line 509 of file offroadhatchback.c.

◆ CanDisplayAttachmentCategory()

override bool CanDisplayAttachmentCategory ( string category_name)
protected

Definition at line 630 of file offroadhatchback.c.

◆ CanDisplayCargo()

override bool CanDisplayCargo ( )
protected

Definition at line 649 of file offroadhatchback.c.

◆ CanManipulateSpareWheel()

bool CanManipulateSpareWheel ( string slotSelectionName)
protected

Definition at line 625 of file offroadhatchback.c.

◆ CanReachDoorsFromSeat()

override bool CanReachDoorsFromSeat ( string pDoorsSelection,
int pCurrentSeat )
protected

Definition at line 897 of file offroadhatchback.c.

◆ CanReachSeatFromSeat()

override bool CanReachSeatFromSeat ( int currentSeat,
int nextSeat )
protected

Definition at line 871 of file offroadhatchback.c.

◆ CanReleaseAttachment()

override bool CanReleaseAttachment ( EntityAI attachment)
protected

Definition at line 606 of file offroadhatchback.c.

◆ CreateFrontLight()

override CarLightBase CreateFrontLight ( )
protected

Definition at line 601 of file offroadhatchback.c.

◆ CreateRearLight()

override CarRearLightBase CreateRearLight ( )
protected

Definition at line 596 of file offroadhatchback.c.

◆ CrewCanGetThrough()

override bool CrewCanGetThrough ( int posIdx)
protected

Definition at line 692 of file offroadhatchback.c.

◆ EEInit()

override void EEInit ( )
protected

Definition at line 516 of file offroadhatchback.c.

◆ EOnPostSimulate()

override void EOnPostSimulate ( IEntity other,
float timeSlice )
protected

Definition at line 556 of file offroadhatchback.c.

◆ GetAnimInstance()

override int GetAnimInstance ( )
protected

Definition at line 567 of file offroadhatchback.c.

◆ GetAnimSourceFromSelection()

override string GetAnimSourceFromSelection ( string selection)
protected

Definition at line 810 of file offroadhatchback.c.

◆ GetCarDoorsState()

◆ GetCrewIndex()

override int GetCrewIndex ( string selection)
protected

Definition at line 848 of file offroadhatchback.c.

◆ GetDoorConditionPointFromSelection()

override string GetDoorConditionPointFromSelection ( string selection)
protected

Definition at line 831 of file offroadhatchback.c.

◆ GetDoorInvSlotNameFromSeatPos()

override string GetDoorInvSlotNameFromSeatPos ( int posIdx)
protected

Definition at line 748 of file offroadhatchback.c.

◆ GetDoorSelectionNameFromSeatPos()

override string GetDoorSelectionNameFromSeatPos ( int posIdx)
protected

Definition at line 733 of file offroadhatchback.c.

◆ GetSeatAnimationType()

override int GetSeatAnimationType ( int posIdx)
protected

Definition at line 577 of file offroadhatchback.c.

◆ GetSeatIndexFromDoor()

override int GetSeatIndexFromDoor ( string pDoorSelection)
protected

Definition at line 917 of file offroadhatchback.c.

◆ GetTransportCameraDistance()

override float GetTransportCameraDistance ( )
protected

Definition at line 572 of file offroadhatchback.c.

◆ IsVitalGlowPlug()

override bool IsVitalGlowPlug ( )
protected

Definition at line 866 of file offroadhatchback.c.

◆ IsVitalTruckBattery()

override bool IsVitalTruckBattery ( )
protected

Definition at line 861 of file offroadhatchback.c.

◆ OffroadHatchback()

void OffroadHatchback ( )
protected

Definition at line 487 of file offroadhatchback.c.

◆ OnDebugSpawn()

class OffroadHatchback extends CarScript OnDebugSpawn ( )

◆ OnEngineStart()

override void OnEngineStart ( )
protected

Definition at line 534 of file offroadhatchback.c.

◆ OnEngineStop()

override void OnEngineStop ( )
protected

Definition at line 545 of file offroadhatchback.c.

◆ OnSound()

override float OnSound ( CarSoundCtrl ctrl,
float oldValue )
protected

Definition at line 765 of file offroadhatchback.c.

◆ SetActions()

override void SetActions ( )
protected

Definition at line 930 of file offroadhatchback.c.

Variable Documentation

◆ m_UTSLEngine

ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine
protected

Definition at line 485 of file offroadhatchback.c.

◆ m_UTSource

ref UniversalTemperatureSource m_UTSource
protected

Definition at line 483 of file offroadhatchback.c.

◆ m_UTSSettings

ref UniversalTemperatureSourceSettings m_UTSSettings
protected

Definition at line 484 of file offroadhatchback.c.