![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override SCR_EAnalyticalItemSlotType | GetAnalyticalItemSlotType () |
| SCR_InventorySlotUI | GetUISlotBySlotID (ESlotID slotID) |
| SCR_InventorySlotUI | FindItemSlot (InventoryItemComponent item) |
| override void | InitPaging () |
| void | GetAllStorages () |
| SCR_InventorySlotUI | CreateStorageSlotUI (notnull InventoryItemComponent pItemComponent) |
| override int | CreateSlots () |
| override void | SortSlots () |
| bool | CorrectSlotPositioning (inout int column, inout int row) |
| int | GetSlotRow (notnull SCR_InventorySlotUI uiSlot, notnull InventoryItemComponent inventoryItemComp) |
| void | FillWithEmptySlots () |
| override bool | IsTraversalAllowed () |
| override void | HandlerAttached (Widget w) |
| void | RefreshList () |
| void | SCR_InventoryStoragesListUI (BaseInventoryStorageComponent storage, LoadoutAreaType slotID=null, SCR_InventoryMenuUI menuManager=null, int iPage=0, array< BaseInventoryStorageComponent > aTraverseStorage=null) |
| void | ~SCR_InventoryStoragesListUI () |
Protected Attributes | |
| ref array< SCR_UniversalInventoryStorageComponent > | m_UniStorages = new array<SCR_UniversalInventoryStorageComponent>() |
| ref array< IEntity > | m_Items = new array<IEntity>() |
| const ResourceName | INVENTORY_CONFIG = "{024B56A4DE577001}Configs/Inventory/InventoryUI.conf" |
| ref SCR_InventoryConfig | m_pInventoryUIConfig |
| const int | MAX_ENTRIES_EACH_COLUMN = 12 |
UI Script Inventory Storage UI Layout - Shows the storages slots on player ( backpack, ALICE, vest, etc )
Definition at line 6 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 316 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 356 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Method used to verify and correct if provided position isnt within limits
| [in,out] | column | |
| [in,out] | row |
Definition at line 177 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 87 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 65 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 218 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 34 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 56 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 21 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Method used to extract information about the position of the slot in the ui slot list
| [in] | inventoryItemComp | of slotted entity |
| [in] | uiSlot |
Definition at line 204 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 28 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 298 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 50 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 281 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 309 of file SCR_InventoryStoragesListUI.c.
|
inlineprotected |
Definition at line 118 of file SCR_InventoryStoragesListUI.c.
|
protected |
Definition at line 12 of file SCR_InventoryStoragesListUI.c.
Definition at line 9 of file SCR_InventoryStoragesListUI.c.
|
protected |
Definition at line 13 of file SCR_InventoryStoragesListUI.c.
|
protected |
Definition at line 8 of file SCR_InventoryStoragesListUI.c.
|
protected |
Definition at line 16 of file SCR_InventoryStoragesListUI.c.