![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionDigInStash () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override bool | Can (PlayerBase player, ActionTarget target, ItemBase item, int condition_mask) |
| override void | CreateConditionComponents () |
| override string | GetAdminLogMessage (ActionData action_data) |
| override void | OnExecuteClient (ActionData action_data) |
| override void | OnExecuteServer (ActionData action_data) |
| override void | OnFinishProgressServer (ActionData action_data) |
| void | SpawnParticleShovelRaise (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) |
Static Private Attributes | |
| static float | m_DigStashSlopeTolerance = 0.6 |
Definition at line 9 of file actiondiginstash.c.
|
inlineprivate |
Definition at line 13 of file actiondiginstash.c.
References AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, ActionBase::m_FullBody, ActionBase::m_SpecialtyWeight, ActionBase::m_StanceMask, and ActionBase::m_Text.
|
inlineprivate |
was initialized from inventory?
Check slope angle
Definition at line 37 of file actiondiginstash.c.
References ActionTarget, Class::CastTo(), g_Game, and m_DigStashSlopeTolerance.
|
inlineprivate |
Definition at line 29 of file actiondiginstash.c.
References ActionTarget, and vector::Forward.
|
inlineprivate |
Definition at line 23 of file actiondiginstash.c.
References UAMaxDistances::DEFAULT, ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprivate |
Definition at line 193 of file actiondiginstash.c.
References ActionData, and string::Format().
|
inlineprivate |
Definition at line 109 of file actiondiginstash.c.
References ActionData, and SpawnParticleShovelRaise().
|
inlineprivate |
Definition at line 116 of file actiondiginstash.c.
References ActionData, g_Game, and SpawnParticleShovelRaise().
|
inlineprivate |
Definition at line 131 of file actiondiginstash.c.
References ActionData, ActionBase::ClearActionJuncture(), ActionBase::ClearInventoryReservationEx(), InventoryLocation::DumpToStringNullSafe(), ECE_PLACE_ON_SURFACE, ErrorEx, g_Game, GameInventory::LocationCanRemoveEntity(), and Debug::Log().
|
inlineprivate |
Definition at line 126 of file actiondiginstash.c.
References ActionData, ParticleList::DIGGING_STASH, and ParticleManager().
Referenced by OnExecuteClient(), and OnExecuteServer().
|
staticprivate |
Definition at line 11 of file actiondiginstash.c.
Referenced by ActionCondition().