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

Go to the source code of this file.

Data Structures

class  ActionDialCombinationLockCB
 

Functions

ActionDialCombinationLockCB ActionContinuousBaseCB ActionDialCombinationLock ()
 
override void CreateActionComponent ()
 
override void CreateConditionComponents ()
 
override bool HasProneException ()
 
override bool HasTarget ()
 
override void OnActionInfoUpdate (PlayerBase player, ActionTarget target, ItemBase item)
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnFinishProgressServer (ActionData action_data)
 

Variables

const private float REPEAT_AFTER_SEC = 0.5
 

Function Documentation

◆ ActionCondition()

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

Definition at line 44 of file actiondialcombinationlock.c.

◆ ActionDialCombinationLock()

ActionDialCombinationLockCB ActionContinuousBaseCB ActionDialCombinationLock ( )

Definition at line 13 of file actiondialcombinationlock.c.

◆ CreateActionComponent()

override void ActionDialCombinationLock::CreateActionComponent ( )

Definition at line 4 of file actiondialcombinationlock.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 22 of file actiondialcombinationlock.c.

◆ HasProneException()

override bool HasProneException ( )

Definition at line 28 of file actiondialcombinationlock.c.

◆ HasTarget()

override bool HasTarget ( )

Definition at line 33 of file actiondialcombinationlock.c.

◆ OnActionInfoUpdate()

override void OnActionInfoUpdate ( PlayerBase  player,
ActionTarget  target,
ItemBase  item 
)

Definition at line 38 of file actiondialcombinationlock.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 57 of file actiondialcombinationlock.c.

Variable Documentation

◆ REPEAT_AFTER_SEC

const private float REPEAT_AFTER_SEC = 0.5

Definition at line 2 of file actiondialcombinationlock.c.