Dayz Explorer 1.28.160049
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 58 of file actiondropitem.c.

◆ ActionConditionContinue()

override bool ActionConditionContinue ( ActionData action_data)

Definition at line 53 of file actiondropitem.c.

◆ ActionDropItem()

void ActionDropItem ( )

Definition at line 14 of file actiondropitem.c.

◆ CanBeUsedThrowing()

override bool CanBeUsedThrowing ( )

Definition at line 38 of file actiondropitem.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 22 of file actiondropitem.c.

◆ GetInputType()

override GetInputType ( )

Definition at line 28 of file actiondropitem.c.

◆ HasProneException()

override bool HasProneException ( )

Definition at line 33 of file actiondropitem.c.

◆ HasTarget()

override bool HasTarget ( )

Definition at line 43 of file actiondropitem.c.

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData action_data)

Definition at line 67 of file actiondropitem.c.

◆ PhysicalDropItem()

void PhysicalDropItem ( ActionData action_data)

Definition at line 84 of file actiondropitem.c.

◆ UseAcknowledgment()

override bool UseAcknowledgment ( )

Definition at line 48 of file actiondropitem.c.

Variable Documentation

◆ m_ItemName

ActionDropItemCB m_ItemName = ""