![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_MapConstants |
Enumerations | |
| enum | EMapPanMode { DRAG = 0 , HORIZONTAL = 1 , VERTICAL = 2 } |
| Panning modes. More... | |
| enum | EMapEntityMode { FULLSCREEN = 1 , EDITOR , SPAWNSCREEN , MINIMAP , PLAIN , TUTORIALFASTTRAVEL , COMBAT_SUPPORT_STATION , OPERATIONS_STATION , LOGISTICS_STATION } |
| 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_COMMAND_POSITIVE = 1<<15 , CS_COMMAND_NEGATIVE = 1<<16 , CS_LAST = 1<<17 } |
| 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 68 of file SCR_MapConstants.c.
| enum EMapCursorSelectType |
Map cursor multiselection type.
| Enumerator | |
|---|---|
| RECTANGLE | |
| CIRCLE | |
Definition at line 78 of file SCR_MapConstants.c.
| enum EMapCursorState |
Map cursor state.
Definition at line 43 of file SCR_MapConstants.c.
| enum EMapEntityMode |
Mode of the map.
| Enumerator | |
|---|---|
| FULLSCREEN | |
| EDITOR | |
| SPAWNSCREEN | |
| MINIMAP | |
| PLAIN | |
| TUTORIALFASTTRAVEL | |
| COMBAT_SUPPORT_STATION | |
| OPERATIONS_STATION | |
| LOGISTICS_STATION | |
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 86 of file SCR_MapConstants.c.
| enum EMapPanMode |