![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionDetachFromTarget |
| class | ActionDetachFromTarget_SpecificSlot_WoodenPlanks |
| class | ActionDetachFromTarget_SpecificSlotsCategory |
| class | ActionDetachFromTarget_SpecificSlotsCategory_Barrel |
Variables | |
| string | m_slotsToDetach |
| ActionDetachFromTarget | m_slotToDetach |
| ActionDetachFromTarget_SpecificSlot_WoodenPlanks ActionDetachFromTarget_SpecificSlot ActionDetachFromTarget_SpecificSlot_MetalSheets | ( | ) |
Definition at line 138 of file actiondetachfromtarget.c.
References ActionTarget, InventorySlots::GetSlotIdFromString(), InventorySlots::INVALID, and m_slotToDetach.
Referenced by ActionConstructor::RegisterActions(), and CarScript::SetActions().
| ActionDetachFromTarget_SpecificSlotsCategory ActionDetachFromTarget ActionDetachFromTarget_SpecificSlot_WoodenLogs | ( | ) |
Definition at line 138 of file actiondetachfromtarget.c.
Referenced by ActionConstructor::RegisterActions(), and CarScript::SetActions().
| void ActionDetachFromTarget_SpecificSlot_WoodenPlanks | ( | ) |
Definition at line 224 of file actiondetachfromtarget.c.
References m_slotToDetach.
| void ActionDetachFromTarget_SpecificSlotsCategory_Barrel | ( | ) |
Definition at line 240 of file actiondetachfromtarget.c.
References m_slotsToDetach.
| ActionDetachFromTarget_SpecificSlotsCategory_Barrel ActionDetachFromTarget_SpecificSlotsCategory ActionDetachFromTarget_SpecificSlotsCategory_WoodenCrate | ( | ) |
Definition at line 138 of file actiondetachfromtarget.c.
Referenced by ActionConstructor::RegisterActions(), and CarScript::SetActions().
| override int FindSlotIdToDetach | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 138 of file actiondetachfromtarget.c.
| string m_slotsToDetach |
Definition at line 208 of file actiondetachfromtarget.c.
Referenced by ActionDetachFromTarget_SpecificSlotsCategory_Barrel().