![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionDigOutStashCB |
| class | DigOutStashLambda |
Functions | |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| ActionDigOutStashCB ActionContinuousBaseCB | ActionDigOutStash () |
| override bool | Can (PlayerBase player, ActionTarget target, ItemBase item, int condition_mask) |
| override void | CreateActionComponent () |
| 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) |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 36 of file actiondigoutstash.c.
References ActionTarget, and Class::CastTo().
| ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash | ( | ) |
Definition at line 1 of file actiondigoutstash.c.
Referenced by ActionConstructor::RegisterActions(), FarmingHoe::SetActions(), and ItemBase::SetActions().
| override bool Can | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item, | ||
| int | condition_mask ) |
Definition at line 27 of file actiondigoutstash.c.
References ActionTarget, and vector::Forward.
| override void CreateActionComponent | ( | ) |
Definition at line 12 of file actiondigoutstash.c.
References m_CommandUID, and m_StanceMask.
| override void CreateConditionComponents | ( | ) |
Definition at line 21 of file actiondigoutstash.c.
References UAMaxDistances::DEFAULT.
| override string GetAdminLogMessage | ( | ActionData | action_data | ) |
Definition at line 106 of file actiondigoutstash.c.
References ActionData, and string::Format().
| override void OnExecuteClient | ( | ActionData | action_data | ) |
Definition at line 50 of file actiondigoutstash.c.
References ActionData, and SpawnParticleShovelRaise().
| override void OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 57 of file actiondigoutstash.c.
References ActionData, g_Game, and SpawnParticleShovelRaise().
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 72 of file actiondigoutstash.c.
References ActionData, Class::CastTo(), ErrorEx, g_Game, and ItemBase::GetStashedItem().
| void SpawnParticleShovelRaise | ( | ActionData | action_data | ) |
Definition at line 67 of file actiondigoutstash.c.
References ActionData, ParticleList::DIGGING_STASH, and ParticleManager().
Referenced by OnExecuteClient(), and OnExecuteServer().