![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
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 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item | ||
| ) |
Definition at line 120 of file actiontakeitemtohands.c.
| override void CreateAndSetupActionCallback | ( | ActionData | action_data | ) |
Definition at line 139 of file actiontakeitemtohands.c.
| override bool MainItemAlwaysInHands | ( | ) |
Definition at line 134 of file actiontakeitemtohands.c.
| override void OnEndClient | ( | ActionData | action_data | ) |
Definition at line 210 of file actiontakeitemtohands.c.
| override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 196 of file actiontakeitemtohands.c.
| override void OnExecuteClient | ( | ActionData | action_data | ) |
Definition at line 188 of file actiontakeitemtohands.c.
| override void OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 177 of file actiontakeitemtohands.c.
| void PerformSwap | ( | ActionData | action_data | ) |
Definition at line 221 of file actiontakeitemtohands.c.
| override void Start | ( | ActionData | action_data | ) |
Definition at line 161 of file actiontakeitemtohands.c.
| override bool UseMainItem | ( | ) |
Definition at line 129 of file actiontakeitemtohands.c.
| ActionTakeItemToHands m_Executable |