![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionDialCombinationLockCB |
Functions | |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| 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 void | OnFinishProgressServer (ActionData action_data) |
Variables | |
| const float | REPEAT_AFTER_SEC = 0.5 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 44 of file actiondialcombinationlock.c.
References ActionTarget, and ConstructionActionData::SetCombinationLock().
| ActionDialCombinationLockCB ActionContinuousBaseCB ActionDialCombinationLock | ( | ) |
Definition at line 1 of file actiondialcombinationlock.c.
Referenced by ActionConstructor::RegisterActions(), and SetActions().
|
private |
Definition at line 16 of file actiondialcombinationlock.c.
References m_CommandUID, and m_CommandUIDProne.
| override void CreateConditionComponents | ( | ) |
Definition at line 22 of file actiondialcombinationlock.c.
| override bool HasProneException | ( | ) |
Definition at line 28 of file actiondialcombinationlock.c.
| override bool HasTarget | ( | ) |
Definition at line 33 of file actiondialcombinationlock.c.
| override void OnActionInfoUpdate | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 38 of file actiondialcombinationlock.c.
References ActionTarget, and ConstructionActionData::GetDialNumberText().
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 57 of file actiondialcombinationlock.c.
References ActionData, and ConstructionActionData::GetCombinationLock().
|
private |
Definition at line 14 of file actiondialcombinationlock.c.