![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_EArsenalItemType | GetSlotSupportedItemTypes () |
| SCR_EArsenalItemMode | GetSlotSupportedItemModes () |
| SCR_EArsenalItemMode | GetCurrentOccupiedItemType () |
| SCR_EArsenalItemMode | GetCurrentOccupiedItemMode () |
| void | RemoveItem () |
| Delete the slot's item (first found child). | |
| bool | CanSpawnItem (bool deleteExisting=false) |
| void | SpawnNewItem (Resource itemResource, SCR_ArsenalItem arsenalData, SCR_ArsenalItemDisplayData itemDisplayData=null, bool deleteExisting=false) |
| void | SCR_WeaponRackSlotEntity (IEntitySource src, IEntity parent) |
| void | ~SCR_WeaponRackSlotEntity () |
Protected Attributes | |
| SCR_EArsenalItemType | m_eSupportedItemTypes |
| SCR_EArsenalItemMode | m_eSupportedItemModes |
| SCR_EArsenalItemType | m_eCurrentItemType |
| SCR_EArsenalItemMode | m_eCurrentItemMode |
Definition at line 7 of file SCR_WeaponRackSlotEntity.c.
|
inlineprotected |
Definition at line 131 of file SCR_WeaponRackSlotEntity.c.
|
inlineprotected |
Definition at line 136 of file SCR_WeaponRackSlotEntity.c.
Return whether it is possible to create an item
| deleteExisting | if provided true, return true |
Definition at line 57 of file SCR_WeaponRackSlotEntity.c.
|
inlineprotected |
Definition at line 37 of file SCR_WeaponRackSlotEntity.c.
|
inlineprotected |
Definition at line 31 of file SCR_WeaponRackSlotEntity.c.
|
inlineprotected |
Definition at line 25 of file SCR_WeaponRackSlotEntity.c.
|
inlineprotected |
Definition at line 19 of file SCR_WeaponRackSlotEntity.c.
|
inlineprotected |
Delete the slot's item (first found child).
Definition at line 44 of file SCR_WeaponRackSlotEntity.c.
|
inlineprotected |
Create a new item in this slot.\ If an item already exists and deleteExisting is false, nothing is done.\ If an item already exists and deleteExisting is true, it is deleted and replaced.
| itemResource | the wanted item's resource - must not be null |
| arsenalData | must not be null |
| itemDisplayData | if provided, |
| deleteExisting | if true, delete the existing item if there is one |
Definition at line 74 of file SCR_WeaponRackSlotEntity.c.
|
protected |
Definition at line 16 of file SCR_WeaponRackSlotEntity.c.
|
protected |
Definition at line 15 of file SCR_WeaponRackSlotEntity.c.
|
protected |
Definition at line 13 of file SCR_WeaponRackSlotEntity.c.
|
protected |
Definition at line 10 of file SCR_WeaponRackSlotEntity.c.