Data Structures | |
class | ActionDigOutStashCB |
class | DigOutStashLambda |
Functions | |
ActionDigOutStashCB ActionContinuousBaseCB | ActionDigOutStash () |
override void | CreateActionComponent () |
override void | CreateConditionComponents () |
override bool | Can (PlayerBase player, ActionTarget target, ItemBase item, int condition_mask) |
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
override void | OnExecuteClient (ActionData action_data) |
override void | OnExecuteServer (ActionData action_data) |
void | SpawnParticleShovelRaise (ActionData action_data) |
override void | OnFinishProgressServer (ActionData action_data) |
override string | GetAdminLogMessage (ActionData action_data) |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item | ||
) |
References Class::CastTo().
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash | ( | ) |
Referenced by ActionConstructor::RegisterActions(), ItemBase::SetActions(), and FarmingHoe::SetActions().
override bool Can | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item, | ||
int | condition_mask | ||
) |
References vector::Forward.
override void CreateActionComponent | ( | ) |
References m_CommandUID, and m_StanceMask.
override void CreateConditionComponents | ( | ) |
References UAMaxDistances::DEFAULT.
override string GetAdminLogMessage | ( | ActionData | action_data | ) |
References string::Format().
override void OnExecuteClient | ( | ActionData | action_data | ) |
References SpawnParticleShovelRaise().
override void OnExecuteServer | ( | ActionData | action_data | ) |
References GetGame(), and SpawnParticleShovelRaise().
override void OnFinishProgressServer | ( | ActionData | action_data | ) |
References Class::CastTo(), ErrorEx, g_Game, and ItemBase::GetStashedItem().
void SpawnParticleShovelRaise | ( | ActionData | action_data | ) |
References ParticleList::DIGGING_STASH, and ParticleManager().
Referenced by OnExecuteClient(), and OnExecuteServer().