![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_InvCallBack |
| class | SCR_InventoryMenuUI |
Enumerations | |
| enum | EMenuAction { ACTION_SELECT, ACTION_DESELECT, ACTION_UNFOLD, ACTION_BACK, ACTION_MOVEBETWEEN, ACTION_DRAGGED, ACTION_DROPPED, ACTION_MOVEINSIDE, ACTION_OPENCONTAINER } |
| enum | EStateMenuStorage { STATE_INIT = 0, STATE_IDLE, STATE_OPENED } |
| enum | EStateMenuItem { STATE_INIT = 0, STATE_IDLE, STATE_MOVING_ITEM_STARTED } |
| enum | EDropContainer { ISINSIDE, ISNOTINSIDE, NOCONTAINER } |
| enum | EAttachAction { NONE, ATTACH, DETACH } |
| enum | EInvInitStage { BEGIN = 0, NAVIGATION_BAR, QUICK_SLOTS, WEAPON_STORAGE, STORAGE_LIST, STORAGES, HIT_ZONES, DONE } |
| enum EAttachAction |
| Enumerator | |
|---|---|
| NONE | |
| ATTACH | |
| DETACH | |
Definition at line 35 of file SCR_InventoryMenuUI.c.
| enum EDropContainer |
| Enumerator | |
|---|---|
| ISINSIDE | |
| ISNOTINSIDE | |
| NOCONTAINER | |
Definition at line 28 of file SCR_InventoryMenuUI.c.
| enum EInvInitStage |
| Enumerator | |
|---|---|
| BEGIN | |
| NAVIGATION_BAR | |
| QUICK_SLOTS | |
| WEAPON_STORAGE | |
| STORAGE_LIST | |
| STORAGES | |
| HIT_ZONES | |
| DONE | |
Definition at line 42 of file SCR_InventoryMenuUI.c.
| enum EMenuAction |
| Enumerator | |
|---|---|
| ACTION_SELECT | |
| ACTION_DESELECT | |
| ACTION_UNFOLD | |
| ACTION_BACK | |
| ACTION_MOVEBETWEEN | |
| ACTION_DRAGGED | |
| ACTION_DROPPED | |
| ACTION_MOVEINSIDE | |
| ACTION_OPENCONTAINER | |
Definition at line 1 of file SCR_InventoryMenuUI.c.
| enum EStateMenuItem |
| Enumerator | |
|---|---|
| STATE_INIT | |
| STATE_IDLE | |
| STATE_MOVING_ITEM_STARTED | |
Definition at line 21 of file SCR_InventoryMenuUI.c.
| enum EStateMenuStorage |
| Enumerator | |
|---|---|
| STATE_INIT | |
| STATE_IDLE | |
| STATE_OPENED | |
Definition at line 14 of file SCR_InventoryMenuUI.c.