Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actiondetach.c File Reference

Go to the source code of this file.

Classes

class  DetachActionData
 

Functions

void ActionDetach ()
 
override void CreateConditionComponents ()
 
override bool HasProneException ()
 
override GetInputType ()
 
override bool HasProgress ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnExecute (ActionData action_data)
 
override void CreateAndSetupActionCallback (ActionData action_data)
 

Variables

DetachActionData m_ItemName = ""
 

Function Documentation

◆ ActionCondition()

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

Definition at line 38 of file actiondetach.c.

◆ ActionDetach()

void ActionDetach ( )

Definition at line 10 of file actiondetach.c.

◆ CreateAndSetupActionCallback()

override void CreateAndSetupActionCallback ( ActionData action_data)

Definition at line 80 of file actiondetach.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 17 of file actiondetach.c.

◆ GetInputType()

override GetInputType ( )

Definition at line 28 of file actiondetach.c.

◆ HasProgress()

override bool HasProgress ( )

Definition at line 33 of file actiondetach.c.

◆ HasProneException()

override bool HasProneException ( )

Definition at line 23 of file actiondetach.c.

◆ OnExecute()

override void OnExecute ( ActionData action_data)

Definition at line 65 of file actiondetach.c.

Variable Documentation

◆ m_ItemName

DetachActionData m_ItemName = ""