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

Go to the source code of this file.

Data Structures

class  ActionStartCarCB
 

Functions

void ActionStartEngine ()
 DEPRECATED. More...
 
override void CreateConditionComponents ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnFinishProgressServer (ActionData action_data)
 
override void OnExecuteServer (ActionData action_data)
 
override bool CanBeUsedInVehicle ()
 

Variables

ActionStartCarCB ROUGH_SPECIALTY_WEIGHT = 0.5
 
bool m_BatteryCon = false
 DEPRECATED. More...
 
bool m_SparkCon = false
 DEPRECATED. More...
 
bool m_BeltCon = false
 DEPRECATED. More...
 
bool m_FuelCon = false
 DEPRECATED. More...
 

Function Documentation

◆ ActionCondition()

override bool ActionCondition ( PlayerBase  player,
ActionTarget  target,
ItemBase  item 
)

Definition at line 35 of file actionstartengine.c.

◆ ActionStartEngine()

void ActionStartEngine ( )

DEPRECATED.

Definition at line 19 of file actionstartengine.c.

◆ CanBeUsedInVehicle()

override bool CanBeUsedInVehicle ( )

Definition at line 93 of file actionstartengine.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 29 of file actionstartengine.c.

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData  action_data)

Definition at line 76 of file actionstartengine.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 59 of file actionstartengine.c.

Variable Documentation

◆ m_BatteryCon

bool m_BatteryCon = false

DEPRECATED.

Definition at line 14 of file actionstartengine.c.

◆ m_BeltCon

bool m_BeltCon = false

DEPRECATED.

Definition at line 16 of file actionstartengine.c.

◆ m_FuelCon

bool m_FuelCon = false

DEPRECATED.

Definition at line 17 of file actionstartengine.c.

◆ m_SparkCon

bool m_SparkCon = false

DEPRECATED.

Definition at line 15 of file actionstartengine.c.

◆ ROUGH_SPECIALTY_WEIGHT

ActionStartCarCB ROUGH_SPECIALTY_WEIGHT = 0.5