![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionLockAttachment () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | CreateConditionComponents () |
| override void | OnActionInfoUpdate (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnEnd (ActionData action_data) |
| override void | OnEndAnimationLoop (ActionData action_data) |
| override void | OnFinishProgressServer (ActionData action_data) |
| override void | OnStartAnimationLoop (ActionData action_data) |
| Private Member Functions inherited from ActionContinuousBase | |
| void | OnEndAnimationLoopClient (ActionData action_data) |
| void | OnEndAnimationLoopServer (ActionData action_data) |
| void | OnFinishProgressClient (ActionData action_data) |
| void | OnFinishProgressServer (ActionData action_data) |
| void | OnStartAnimationLoopClient (ActionData action_data) |
| void | OnStartAnimationLoopServer (ActionData action_data) |
Private Attributes | |
| const string | LOCK_VERSION = "#widget_lock" |
| string | m_Name = LOCK_VERSION |
| const string | UNLOCK_VERSION = "#widget_unlock" |
Definition at line 20 of file actionlockattachment.c.
|
inlineprivate |
Definition at line 26 of file actionlockattachment.c.
References AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, ActionBase::m_FullBody, ActionBase::m_SpecialtyWeight, and ActionBase::m_StanceMask.
|
inlineprivate |
Definition at line 53 of file actionlockattachment.c.
References ActionTarget, CarScript::GetCarDoorsState(), InventoryLocation::GetSlot(), InventorySlots::GetSlotName(), LOCK_VERSION, m_Name, slotName, and UNLOCK_VERSION.
|
inlineprivate |
Definition at line 47 of file actionlockattachment.c.
References ActionBase::m_ConditionItem, ActionBase::m_ConditionTarget, and UAMaxDistances::SMALL.
|
inlineprivate |
Definition at line 36 of file actionlockattachment.c.
References ActionTarget, LOCK_VERSION, ActionBase::m_Text, and UNLOCK_VERSION.
|
inlineprivate |
Definition at line 116 of file actionlockattachment.c.
References ActionData, and g_Game.
|
inlineprivate |
Definition at line 126 of file actionlockattachment.c.
References ActionData, and g_Game.
|
inlineprivate |
Definition at line 138 of file actionlockattachment.c.
References ActionData.
|
inlineprivate |
Definition at line 104 of file actionlockattachment.c.
References ActionData, and g_Game.
|
private |
Definition at line 22 of file actionlockattachment.c.
Referenced by ActionCondition(), and OnActionInfoUpdate().
|
private |
Definition at line 24 of file actionlockattachment.c.
Referenced by ActionCondition().
|
private |
Definition at line 23 of file actionlockattachment.c.
Referenced by ActionCondition(), and OnActionInfoUpdate().