Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actiontakeitemtohands.c File Reference

Go to the source code of this file.

Data Structures

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 OnExecuteServer (ActionData action_data)
 
override void OnExecuteClient (ActionData action_data)
 
override void OnEndServer (ActionData action_data)
 
override void OnEndClient (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 120 of file actiontakeitemtohands.c.

◆ CreateAndSetupActionCallback()

override void CreateAndSetupActionCallback ( ActionData  action_data)

Definition at line 139 of file actiontakeitemtohands.c.

◆ MainItemAlwaysInHands()

override bool MainItemAlwaysInHands ( )

Definition at line 134 of file actiontakeitemtohands.c.

◆ OnEndClient()

override void OnEndClient ( ActionData  action_data)

Definition at line 210 of file actiontakeitemtohands.c.

◆ OnEndServer()

override void OnEndServer ( ActionData  action_data)

Definition at line 196 of file actiontakeitemtohands.c.

◆ OnExecuteClient()

override void OnExecuteClient ( ActionData  action_data)

Definition at line 188 of file actiontakeitemtohands.c.

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData  action_data)

Definition at line 177 of file actiontakeitemtohands.c.

◆ PerformSwap()

void PerformSwap ( ActionData  action_data)

Definition at line 221 of file actiontakeitemtohands.c.

◆ Start()

override void Start ( ActionData  action_data)

Definition at line 161 of file actiontakeitemtohands.c.

◆ UseMainItem()

override bool UseMainItem ( )

Definition at line 129 of file actiontakeitemtohands.c.

Variable Documentation

◆ m_Executable

ActionTakeItemToHands m_Executable