![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | ActionDrinkPondContinuousCB |
Functions | |
| void | ActionDrinkPondContinuous () |
| override bool | IsDrink () |
| override | GetInputType () |
| override bool | CanBeUsedInFreelook () |
| override void | CreateConditionComponents () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnStart (ActionData action_data) |
| override void | OnEnd (ActionData action_data) |
| override void | OnFinishProgressServer (ActionData action_data) |
| override void | WriteToContext (ParamsWriteContext ctx, ActionData action_data) |
| override bool | ReadFromContext (ParamsReadContext ctx, out ActionReciveData action_recive_data) |
| override bool | IsLockTargetOnUse () |
| int | GetLiquidSource (ActionTarget target) |
Variables | |
| ActionDrinkPondContinuousCB | WATER_DRANK_PER_SEC = 35 |
| const string | ALLOWED_WATER_SURFACES = string.Format("%1|%2", UAWaterType.FRESH, UAWaterType.STILL) |
| int | m_AllowedLiquidMask |
|
protected |
Definition at line 49 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 15 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 38 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 43 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 33 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 143 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 28 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 136 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 67 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 72 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 60 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 120 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 107 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 12 of file actiondrinkpondcontinuous.c.
|
protected |
Definition at line 13 of file actiondrinkpondcontinuous.c.
| ActionDrinkPondContinuousCB WATER_DRANK_PER_SEC = 35 |