![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_InvEquipCB |
| class | SCR_EquipGearCB |
| class | SCR_CharacterInventoryStorageComponent |
Enumerations | |
| enum | EItemType |
Functions | |
| enum EItemType | ComponentEditorProps (category:"GameScripted/Inventory", description:"Inventory 2.0", icon:HYBRID_COMPONENT_ICON) |
| override void | OnComplete () |
| override void | OnFailed () |
Variables | |
| IT_NONE = 16385 | |
| SCR_InvEquipCB | m_InvMan |
| SCR_EquipGearCB | m_CharacterStorage |
| enum EItemType |
Definition at line 1 of file SCR_CharacterInventoryStorageComponent.c.
| enum EItemType ComponentEditorProps | ( | category:"GameScripted/Inventory" | , |
| description:"Inventory 2.0" | , | ||
| icon:HYBRID_COMPONENT_ICON | ) |
Definition at line 1 of file SCR_CharacterInventoryStorageComponent.c.
|
protected |
Definition at line 34 of file SCR_CharacterInventoryStorageComponent.c.
|
protected |
Definition at line 43 of file SCR_CharacterInventoryStorageComponent.c.
| IT_NONE = 16385 |
Definition at line 7 of file SCR_CharacterInventoryStorageComponent.c.
|
protected |
| SCR_InvEquipCB m_InvMan |