![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | ActionEatSnowContinuousCB |
Functions | |
| ActionEatSnowContinuousCB ActionContinuousBaseCB | ActionEatSnowContinuous () |
| override void | CreateActionComponent () |
| override bool | IsDrink () |
| override | GetInputType () |
| 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 ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 36 of file actioneatsnowcontinuous.c.
| ActionEatSnowContinuousCB ActionContinuousBaseCB ActionEatSnowContinuous | ( | ) |
Definition at line 1 of file actioneatsnowcontinuous.c.
| override void ActionEatSnowContinuous::CreateActionComponent | ( | ) |
Definition at line 12 of file actioneatsnowcontinuous.c.
| override void CreateConditionComponents | ( | ) |
Definition at line 30 of file actioneatsnowcontinuous.c.
| 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.
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 56 of file actioneatsnowcontinuous.c.
| override void OnStart | ( | ActionData | action_data | ) |
Definition at line 44 of file actioneatsnowcontinuous.c.
| override bool ReadFromContext | ( | ParamsReadContext | ctx, |
| out ActionReciveData | action_recive_data ) |
Definition at line 85 of file actioneatsnowcontinuous.c.
| override void WriteToContext | ( | ParamsWriteContext | ctx, |
| ActionData | action_data ) |
Definition at line 72 of file actioneatsnowcontinuous.c.