Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InventoryStorageVestUI.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
4class SCR_InventoryStorageVestUI : SCR_InventoryStorageBaseUI
5{
6 protected ref array<InventoryItemComponent> m_pInventoryItemsComponent = new array<InventoryItemComponent>();
7 private array<IEntity> m_pItems;
8// protected string sGridPath = "centerFrame.gridFrame.size.grid";
9
10
11
12 //------------------------------------------------------------------------ USER METHODS ------------------------------------------------------------------------
13
14
15 //------------------------------------------------------------------------ COMMON METHODS ----------------------------------------------------------------------
16
17 //------------------------------------------------------------------------------------------------
18 override void HandlerAttached( Widget w )
19 {
20 super.HandlerAttached( w );
21
24 SortSlots();
25 }
26
27
28 //------------------------------------------------------------------------------------------------
29 void SCR_InventoryStorageVestUI( BaseInventoryStorageComponent storage, LoadoutAreaType slotID = null, SCR_InventoryMenuUI menuManager = null, int iPage = 0, array<BaseInventoryStorageComponent> aTraverseStorage = null )
30 {
31 //TODO: make consistent the visibility of variable ( SetSlotID vs m_iMaxRows )
32 SetSlotAreaType( slotID );
33 }
34
35 //------------------------------------------------------------------------------------------------
36 void ~SCR_InventoryStorageVestUI()
37 {
38 }
39};
void CreateEmptyLayout(bool recreate=false)
void SCR_InventoryStorageBaseUI(BaseInventoryStorageComponent storage, LoadoutAreaType slotID=null, SCR_InventoryMenuUI menuManager=null, int iPage=0, array< BaseInventoryStorageComponent > aTraverseStorage=null)
void SetSlotAreaType(LoadoutAreaType eSlotType)
ref array< InventoryItemComponent > m_pInventoryItemsComponent