![]() |
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_MapConstants |
Enumerations | |
| enum | EMapPanMode { DRAG = 0, HORIZONTAL = 1, VERTICAL = 2 } |
| Panning modes. More... | |
| enum | EMapEntityMode { FULLSCREEN = 1, EDITOR, SPAWNSCREEN, MINIMAP, PLAIN } |
| Mode of the map. More... | |
| enum | EMapCursorState { CS_DISABLE = 0, CS_DEFAULT = 1, CS_MOVE = 1<<1, CS_PAN = 1<<2, CS_ZOOM = 1<<3, CS_HOVER = 1<<4, CS_SELECT = 1<<5, CS_MULTI_SELECTION = 1<<6, CS_DRAG = 1<<7, CS_DRAW = 1<<8, CS_CONTEXTUAL_MENU = 1<<9, CS_MODIFIER = 1<<10, CS_ROTATE = 1<<11, CS_ASSIGN_WP = 1<<12, CS_SUB_MENU = 1<<13, CS_DIALOG = 1<<14, CS_LAST = 1<<15 } |
| Map cursor state. More... | |
| enum | EMapCursorEdgePos { LEFT = 1, RIGHT = 2, TOP = 4, BOTTOM = 8 } |
| Flags for when cursor is placed on screen edges. More... | |
| enum | EMapCursorSelectType { RECTANGLE, CIRCLE } |
| Map cursor multiselection type. More... | |
| enum | EMapOtherComponents { NONE = 0, LEGEND_SCALE = 1, GRID = 2 } |
| Map components which are not part of the component system. More... | |
| enum EMapCursorEdgePos |
Flags for when cursor is placed on screen edges.
| Enumerator | |
|---|---|
| LEFT | |
| RIGHT | |
| TOP | |
| BOTTOM | |
Definition at line 62 of file SCR_MapConstants.c.
| enum EMapCursorSelectType |
Map cursor multiselection type.
| Enumerator | |
|---|---|
| RECTANGLE | |
| CIRCLE | |
Definition at line 72 of file SCR_MapConstants.c.
| enum EMapCursorState |
Map cursor state.
| Enumerator | |
|---|---|
| CS_DISABLE | |
| CS_DEFAULT | |
| CS_MOVE | |
| CS_PAN | |
| CS_ZOOM | |
| CS_HOVER | |
| CS_SELECT | |
| CS_MULTI_SELECTION | |
| CS_DRAG | |
| CS_DRAW | |
| CS_CONTEXTUAL_MENU | |
| CS_MODIFIER | |
| CS_ROTATE | |
| CS_ASSIGN_WP | |
| CS_SUB_MENU | |
| CS_DIALOG | |
| CS_LAST | |
Definition at line 39 of file SCR_MapConstants.c.
| enum EMapEntityMode |
Mode of the map.
| Enumerator | |
|---|---|
| FULLSCREEN | |
| EDITOR | |
| SPAWNSCREEN | |
| MINIMAP | |
| PLAIN | |
Definition at line 28 of file SCR_MapConstants.c.
| enum EMapOtherComponents |
Map components which are not part of the component system.
| Enumerator | |
|---|---|
| NONE | |
| LEGEND_SCALE | |
| GRID | |
Definition at line 80 of file SCR_MapConstants.c.
| enum EMapPanMode |