DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | ActionDigOutStashCB |
class | DigOutStashLambda |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item ) |
Definition at line 36 of file ActionDigOutStash.c.
References Class::CastTo().
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash | ( | ) |
Definition at line 1 of file ActionDigOutStash.c.
Referenced by ActionConstructor::RegisterActions(), ItemBase::SetActions(), and FarmingHoe::SetActions().
override bool Can | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item, | ||
int | condition_mask ) |
Definition at line 27 of file ActionDigOutStash.c.
References vector::Forward.
Definition at line 12 of file ActionDigOutStash.c.
References m_FullBody, m_SpecialtyWeight, m_StanceMask, m_Text, and UASoftSkillsWeight::ROUGH_LOW.
Definition at line 21 of file ActionDigOutStash.c.
References UAMaxDistances::DEFAULT, m_ConditionItem, and m_ConditionTarget.
override string GetAdminLogMessage | ( | ActionData | action_data | ) |
Definition at line 103 of file ActionDigOutStash.c.
References string::Format().
override void OnExecuteClient | ( | ActionData | action_data | ) |
Definition at line 48 of file ActionDigOutStash.c.
References SpawnParticleShovelRaise().
override void OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 55 of file ActionDigOutStash.c.
References GetGame(), and SpawnParticleShovelRaise().
override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 68 of file ActionDigOutStash.c.
References Class::CastTo(), ErrorEx, g_Game, and m_SpecialtyWeight.
void SpawnParticleShovelRaise | ( | ActionData | action_data | ) |
Definition at line 63 of file ActionDigOutStash.c.
References ParticleList::DIGGING_STASH, and ParticleManager().
Referenced by OnExecuteClient(), and OnExecuteServer().