![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionEatSnowContinuousCB |
Functions | |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| ActionEatSnowContinuousCB ActionContinuousBaseCB | ActionEatSnowContinuous () |
| override void | CreateActionComponent () |
| override void | CreateConditionComponents () |
| override | GetInputType () |
| override bool | IsDrink () |
| override void | OnEnd (ActionData action_data) |
| override void | OnFinishProgressServer (ActionData action_data) |
| override void | OnStart (ActionData action_data) |
| override bool | ReadFromContext (ParamsReadContext ctx, out ActionReciveData action_recive_data) |
| override void | WriteToContext (ParamsWriteContext ctx, ActionData action_data) |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 36 of file actioneatsnowcontinuous.c.
References ActionTarget.
| ActionEatSnowContinuousCB ActionContinuousBaseCB ActionEatSnowContinuous | ( | ) |
Definition at line 1 of file actioneatsnowcontinuous.c.
Referenced by ActionConstructor::RegisterActions(), and ManBase::SetActions().
| override void CreateActionComponent | ( | ) |
Definition at line 12 of file actioneatsnowcontinuous.c.
References m_CommandUID, and m_StanceMask.
| override void CreateConditionComponents | ( | ) |
Definition at line 30 of file actioneatsnowcontinuous.c.
References CCTWaterSurfaceEx(), UAMaxDistances::DEFAULT, and LIQUID_SNOW.
| override GetInputType | ( | ) |
Definition at line 25 of file actioneatsnowcontinuous.c.
| override bool IsDrink | ( | ) |
Definition at line 20 of file actioneatsnowcontinuous.c.
| override void OnEnd | ( | ActionData | action_data | ) |
Definition at line 51 of file actioneatsnowcontinuous.c.
References ActionData.
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 56 of file actioneatsnowcontinuous.c.
References ActionData, UAQuantityConsumed::EAT_NORMAL, LIQUID_SNOW, PlayerConsumeData::m_Agents, PlayerConsumeData::m_Amount, PlayerConsumeData::m_LiquidType, PlayerConsumeData::m_Source, and PlayerConsumeData::m_Type.
| override void OnStart | ( | ActionData | action_data | ) |
Definition at line 44 of file actioneatsnowcontinuous.c.
References ActionData.
| override bool ReadFromContext | ( | ParamsReadContext | ctx, |
| out ActionReciveData | action_recive_data ) |
Definition at line 85 of file actioneatsnowcontinuous.c.
References ActionBase::HasTarget(), and Serializer::Read().
| override void WriteToContext | ( | ParamsWriteContext | ctx, |
| ActionData | action_data ) |
Definition at line 72 of file actioneatsnowcontinuous.c.
References ActionData, ActionBase::HasTarget(), Serializer::Write(), and vector::Zero.