![]() |
Dayz Explorer 1.28.160049
|
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 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 123 of file actiontakeitemtohands.c.
| override void CreateAndSetupActionCallback | ( | ActionData | action_data | ) |
Definition at line 142 of file actiontakeitemtohands.c.
| override bool MainItemAlwaysInHands | ( | ) |
Definition at line 137 of file actiontakeitemtohands.c.
| override void OnEnd | ( | ActionData | action_data | ) |
Definition at line 194 of file actiontakeitemtohands.c.
| override void OnExecute | ( | ActionData | action_data | ) |
Definition at line 180 of file actiontakeitemtohands.c.
| void PerformSwap | ( | ActionData | action_data | ) |
Definition at line 213 of file actiontakeitemtohands.c.
| override void Start | ( | ActionData | action_data | ) |
Definition at line 164 of file actiontakeitemtohands.c.
| override bool UseMainItem | ( | ) |
Definition at line 132 of file actiontakeitemtohands.c.
| ActionTakeItemToHands m_Executable |