Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CharacterInventoryStorageComponent.c File Reference

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

Enumeration Type Documentation

◆ EItemType

enum EItemType

Definition at line 1 of file SCR_CharacterInventoryStorageComponent.c.

Function Documentation

◆ ComponentEditorProps()

enum EItemType ComponentEditorProps ( category:"GameScripted/Inventory" ,
description:"Inventory 2.0" ,
icon:HYBRID_COMPONENT_ICON  )

Definition at line 1 of file SCR_CharacterInventoryStorageComponent.c.

◆ OnComplete()

override void OnComplete ( )
protected

Definition at line 34 of file SCR_CharacterInventoryStorageComponent.c.

◆ OnFailed()

override void OnFailed ( )
protected

Definition at line 43 of file SCR_CharacterInventoryStorageComponent.c.

Variable Documentation

◆ IT_NONE

IT_NONE = 16385

Definition at line 7 of file SCR_CharacterInventoryStorageComponent.c.

◆ m_CharacterStorage

SCR_EquipGearCB m_CharacterStorage
protected

◆ m_InvMan

SCR_InvEquipCB m_InvMan