Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEditorMode.c
Go to the documentation of this file.
1 
4 enum EEditorMode
6 {
7  EDIT = 1,
8  STRATEGY = 2,
9  SPECTATE = 4,
10  PHOTO = 8,
11  ADMIN = 16,
12  BUILDING = 32
13 };
STRATEGY
@ STRATEGY
Commanding AI and players.
Definition: EEditorMode.c:8
PHOTO
@ PHOTO
Photo mode.
Definition: EEditorMode.c:10
SPECTATE
@ SPECTATE
Observing players.
Definition: EEditorMode.c:9
EEditorMode
EEditorMode
Editor mode that defines overall functionality.
Definition: EEditorMode.c:5
EDIT
@ EDIT
Editing and placing entities, configuring attributes.
Definition: EEditorMode.c:7
ADMIN
@ ADMIN
Server administration.
Definition: EEditorMode.c:11
BUILDING
@ BUILDING
Building mode.
Definition: EEditorMode.c:12