Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actiondropitem.c File Reference

Go to the source code of this file.

Classes

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)
void PhysicalDropItem (ActionData action_data)

Variables

ActionDropItemCB m_ItemName = ""

Function Documentation

◆ ActionCondition()

override bool ActionCondition ( PlayerBase player,
ActionTarget target,
ItemBase item )

Definition at line 78 of file actiondropitem.c.

◆ ActionConditionContinue()

override bool ActionConditionContinue ( ActionData action_data)

Definition at line 73 of file actiondropitem.c.

◆ ActionDropItem()

void ActionDropItem ( )

Definition at line 34 of file actiondropitem.c.

◆ CanBeUsedThrowing()

override bool CanBeUsedThrowing ( )

Definition at line 58 of file actiondropitem.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 42 of file actiondropitem.c.

◆ GetInputType()

override GetInputType ( )

Definition at line 48 of file actiondropitem.c.

◆ HasProneException()

override bool HasProneException ( )

Definition at line 53 of file actiondropitem.c.

◆ HasTarget()

override bool HasTarget ( )

Definition at line 63 of file actiondropitem.c.

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData action_data)

Definition at line 87 of file actiondropitem.c.

◆ PhysicalDropItem()

void PhysicalDropItem ( ActionData action_data)

Definition at line 104 of file actiondropitem.c.

◆ UseAcknowledgment()

override bool UseAcknowledgment ( )

Definition at line 68 of file actiondropitem.c.

Variable Documentation

◆ m_ItemName

ActionDropItemCB m_ItemName = ""