![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionDrinkPondContinuousCB |
Functions | |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| void | ActionDrinkPondContinuous () |
| override bool | CanBeUsedInFreelook () |
| override void | CreateConditionComponents () |
| override | GetInputType () |
| int | GetLiquidSource (ActionTarget target) |
| 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) |
Variables | |
| const string | ALLOWED_WATER_SURFACES = string.Format("%1|%2", UAWaterType.FRESH, UAWaterType.STILL) |
| ActionDrinkPondContinuousCB | WATER_DRANK_PER_SEC = 35 |
|
protected |
Definition at line 44 of file actiondrinkpondcontinuous.c.
References ActionTarget.
|
protected |
Definition at line 14 of file actiondrinkpondcontinuous.c.
References m_CommandUID, and m_StanceMask.
Referenced by ActionConstructor::RegisterActions(), and ManBase::SetActions().
|
protected |
Definition at line 33 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 38 of file actiondrinkpondcontinuous.c.
References CCTWaterSurfaceEx(), UAMaxDistances::DEFAULT, LIQUID_GROUP_DRINKWATER, LIQUID_HOTWATER, and LIQUID_SNOW.
|
protected |
Definition at line 28 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 123 of file actiondrinkpondcontinuous.c.
References ActionTarget, g_Game, and path.
Referenced by OnFinishProgressServer().
|
protected |
Definition at line 23 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 59 of file actiondrinkpondcontinuous.c.
References ActionData.
|
protected |
Definition at line 64 of file actiondrinkpondcontinuous.c.
References ActionData, UAQuantityConsumed::DRINK, GetLiquidSource(), LIQUID_CLEANWATER, PlayerConsumeData::m_Agents, PlayerConsumeData::m_Amount, PlayerConsumeData::m_LiquidType, PlayerConsumeData::m_Source, and PlayerConsumeData::m_Type.
|
protected |
Definition at line 52 of file actiondrinkpondcontinuous.c.
References ActionData.
|
protected |
Definition at line 107 of file actiondrinkpondcontinuous.c.
References HasTarget(), and Serializer::Read().
|
protected |
Definition at line 94 of file actiondrinkpondcontinuous.c.
References ActionData, HasTarget(), Serializer::Write(), and vector::Zero.
|
protected |
Definition at line 12 of file actiondrinkpondcontinuous.c.
| ActionDrinkPondContinuousCB WATER_DRANK_PER_SEC = 35 |