DayZ 1.24
|
Private Member Functions | |
void | ActionFillFuel () |
override void | CreateConditionComponents () |
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
Private Member Functions inherited from ActionContinuousBase | |
void | OnStartAnimationLoopServer (ActionData action_data) |
void | OnStartAnimationLoopClient (ActionData action_data) |
void | OnEndAnimationLoopServer (ActionData action_data) |
void | OnEndAnimationLoopClient (ActionData action_data) |
void | OnFinishProgressServer (ActionData action_data) |
void | OnFinishProgressClient (ActionData action_data) |
Private Attributes | |
const string | FUEL_SELECTION_NAME = "refill" |
Definition at line 11 of file ActionFillFuel.c.
|
inlineprivate |
Definition at line 15 of file ActionFillFuel.c.
References AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, m_FullBody, m_LockTargetOnUse, m_SpecialtyWeight, m_StanceMask, m_Text, and UASoftSkillsWeight::PRECISE_LOW.
|
inlineprivate |
Definition at line 32 of file ActionFillFuel.c.
References vector::DistanceSq(), IsTransport(), and LIQUID_GASOLINE.
Definition at line 26 of file ActionFillFuel.c.
References m_ConditionItem, and m_ConditionTarget.
Definition at line 13 of file ActionFillFuel.c.