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 | |
| private const float | REPEAT_AFTER_SEC = 0.5 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item | ||
| ) |
References ConstructionActionData::SetCombinationLock().
| ActionDialCombinationLockCB ActionContinuousBaseCB ActionDialCombinationLock | ( | ) |
Referenced by ActionConstructor::RegisterActions(), and SetActions().
| override void CreateActionComponent | ( | ) |
| override void CreateConditionComponents | ( | ) |
| override bool HasProneException | ( | ) |
| override bool HasTarget | ( | ) |
| override void OnActionInfoUpdate | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item | ||
| ) |
References ConstructionActionData::GetDialNumberText().
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
References ConstructionActionData::GetCombinationLock().
| private const float REPEAT_AFTER_SEC = 0.5 |