![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | ActionForceConsumeCB |
Functions | |
| void | ActionForceConsume () |
| override void | CreateConditionComponents () |
| override void | OnStartServer (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| void | PlaySound (PlayerBase player) |
Variables | |
| ActionForceConsumeCB | SOUND_REPEAT_INTERVAL = 1.5 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 49 of file actionforceconsume.c.
| void ActionForceConsume | ( | ) |
Definition at line 13 of file actionforceconsume.c.
| override void CreateConditionComponents | ( | ) |
Definition at line 22 of file actionforceconsume.c.
| override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 37 of file actionforceconsume.c.
| override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 28 of file actionforceconsume.c.
|
protected |
Definition at line 69 of file actionforceconsume.c.
| ActionForceConsumeCB SOUND_REPEAT_INTERVAL = 1.5 |