![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| int | TranslateLockSelectionIntoDoorIdx (ActionTarget target) |
| Returns door idx. | |
| void | UnlockDoor (ActionTarget target) |
Private Member Functions | |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnFinishProgressServer (ActionData action_data) |
| Private Member Functions inherited from ActionUnlockDoors | |
| 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) |
Additional Inherited Members | |
| Private Attributes inherited from ActionUnlockDoors | |
| const float | APPLIED_DMG = 6 |
Definition at line 1 of file actionunlockcontainerdoor.c.
|
inlineprivate |
Definition at line 4 of file actionunlockcontainerdoor.c.
References ActionTarget, Class::CastTo(), and TranslateLockSelectionIntoDoorIdx().
|
inlineprivate |
Definition at line 16 of file actionunlockcontainerdoor.c.
References ActionData, ActionUnlockDoors::APPLIED_DMG, ShippingContainerKeys_ColorBase::DestroyKeyServer(), and UnlockDoor().
|
inlineprotected |
Returns door idx.
Definition at line 45 of file actionunlockcontainerdoor.c.
References ActionTarget, Class::CastTo(), string::Contains(), string::Substring(), and string::ToInt().
Referenced by ActionCondition(), and UnlockDoor().
|
inlineprotected |
Definition at line 31 of file actionunlockcontainerdoor.c.
References ActionTarget, Class::CastTo(), TranslateLockSelectionIntoDoorIdx(), and Building::UnlockDoor().
Referenced by OnFinishProgressServer().