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

Go to the source code of this file.

Classes

class  ActionTakeItemToHands
 

Functions

override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override bool UseMainItem ()
 
override bool MainItemAlwaysInHands ()
 
override void CreateAndSetupActionCallback (ActionData action_data)
 
override void Start (ActionData action_data)
 
override void OnExecute (ActionData action_data)
 
override void OnEnd (ActionData action_data)
 
void PerformSwap (ActionData action_data)
 

Variables

ActionTakeItemToHands m_Executable
 

Function Documentation

◆ ActionCondition()

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

Definition at line 123 of file actiontakeitemtohands.c.

◆ CreateAndSetupActionCallback()

override void CreateAndSetupActionCallback ( ActionData action_data)

Definition at line 142 of file actiontakeitemtohands.c.

◆ MainItemAlwaysInHands()

override bool MainItemAlwaysInHands ( )

Definition at line 137 of file actiontakeitemtohands.c.

◆ OnEnd()

override void OnEnd ( ActionData action_data)

Definition at line 194 of file actiontakeitemtohands.c.

◆ OnExecute()

override void OnExecute ( ActionData action_data)

Definition at line 180 of file actiontakeitemtohands.c.

◆ PerformSwap()

void PerformSwap ( ActionData action_data)

Definition at line 213 of file actiontakeitemtohands.c.

◆ Start()

override void Start ( ActionData action_data)

Definition at line 164 of file actiontakeitemtohands.c.

◆ UseMainItem()

override bool UseMainItem ( )

Definition at line 132 of file actiontakeitemtohands.c.

Variable Documentation

◆ m_Executable

ActionTakeItemToHands m_Executable