![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | ActionUnlockDoors () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | CreateConditionComponents () |
| override bool | IsLockTargetOnUse () |
| override void | OnFinishProgressServer (ActionData action_data) |
| void | UnlockDoor (ActionTarget target) |
Protected Attributes | |
| const float | APPLIED_DMG = 6 |
Additional Inherited Members | |
| 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) |
Definition at line 9 of file actionunlockdoors.c.
|
inlineprotected |
Definition at line 13 of file actionunlockdoors.c.
References AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, ActionBase::m_FullBody, ActionBase::m_StanceMask, and ActionBase::m_Text.
|
inlineprotected |
Definition at line 28 of file actionunlockdoors.c.
References ActionTarget, Class::CastTo(), UAMaxDistances::DEFAULT, Building::GetDoorIndex(), Building::GetLockCompatibilityType(), ActionBase::IsBuilding(), Building::IsDoorLocked(), and ActionBase::IsInReach().
|
inlineprotected |
Definition at line 22 of file actionunlockdoors.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprotected |
Definition at line 67 of file actionunlockdoors.c.
|
inlineprotected |
Definition at line 58 of file actionunlockdoors.c.
References ActionData, APPLIED_DMG, and UnlockDoor().
|
inlineprotected |
Definition at line 44 of file actionunlockdoors.c.
References ActionTarget, Class::CastTo(), Building::GetDoorIndex(), and Building::UnlockDoor().
Referenced by OnFinishProgressServer().
|
protected |
Definition at line 11 of file actionunlockdoors.c.
Referenced by OnFinishProgressServer(), and ActionUnlockShippingContainer::OnFinishProgressServer().