Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | ActionDropItemCB |
Functions | |
void | ActionDropItem () |
override void | CreateConditionComponents () |
override | GetInputType () |
override bool | HasProneException () |
override bool | CanBeUsedThrowing () |
override bool | HasTarget () |
override bool | UseAcknowledgment () |
override bool | ActionConditionContinue (ActionData action_data) |
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
override void | OnExecuteServer (ActionData action_data) |
override void | OnExecuteClient (ActionData action_data) |
void | PhysicalDropItem (ActionData action_data) |
Variables | |
ActionDropItemCB | m_ItemName = "" |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item | ||
) |
Definition at line 58 of file actiondropitem.c.
override bool ActionConditionContinue | ( | ActionData | action_data | ) |
Definition at line 53 of file actiondropitem.c.
void ActionDropItem | ( | ) |
Definition at line 14 of file actiondropitem.c.
override bool CanBeUsedThrowing | ( | ) |
Definition at line 38 of file actiondropitem.c.
override void CreateConditionComponents | ( | ) |
Definition at line 22 of file actiondropitem.c.
override GetInputType | ( | ) |
Definition at line 28 of file actiondropitem.c.
override bool HasProneException | ( | ) |
Definition at line 33 of file actiondropitem.c.
override bool HasTarget | ( | ) |
Definition at line 43 of file actiondropitem.c.
override void OnExecuteClient | ( | ActionData | action_data | ) |
Definition at line 79 of file actiondropitem.c.
override void OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 70 of file actiondropitem.c.
void PhysicalDropItem | ( | ActionData | action_data | ) |
Definition at line 86 of file actiondropitem.c.
override bool UseAcknowledgment | ( | ) |
Definition at line 48 of file actiondropitem.c.
ActionDropItemCB m_ItemName = "" |