![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | ActionConsumeSingle |
Functions | |
| ActionConsumeSingle ActionSingleUseBase | CreateActionComponent () |
| DEPRECATED. | |
| void | ActionConsumeSingle () |
| int | GetConsumedQuantity () |
| override bool | HasProneException () |
| override bool | HasTarget () |
| override void | CreateConditionComponents () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnExecuteServer (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
Variables | |
| const int | DEFAULT_CONSUMED_QUANTITY = 1 |
| override bool CreateActionComponent::ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 100 of file actionconsumesingle.c.
| void CreateActionComponent::ActionConsumeSingle | ( | ) |
Definition at line 71 of file actionconsumesingle.c.
| ActionConsumeSingle ActionSingleUseBase CreateActionComponent | ( | ) |
DEPRECATED.
Definition at line 1 of file actionconsumesingle.c.
| override void CreateActionComponent::CreateConditionComponents | ( | ) |
Definition at line 94 of file actionconsumesingle.c.
| int CreateActionComponent::GetConsumedQuantity | ( | ) |
Definition at line 79 of file actionconsumesingle.c.
| override bool CreateActionComponent::HasProneException | ( | ) |
Definition at line 84 of file actionconsumesingle.c.
| override bool CreateActionComponent::HasTarget | ( | ) |
Definition at line 89 of file actionconsumesingle.c.
| override void CreateActionComponent::OnEndServer | ( | ActionData | action_data | ) |
Definition at line 122 of file actionconsumesingle.c.
| override void CreateActionComponent::OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 106 of file actionconsumesingle.c.
| const int DEFAULT_CONSUMED_QUANTITY = 1 |
Definition at line 69 of file actionconsumesingle.c.