Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EEditorMode.c
Go to the documentation of this file.
1
3
6{
7 EDIT = 1,
8 STRATEGY = 1 << 1,
9 SPECTATE = 1 << 2,
10 PHOTO = 1 << 3,
11 ADMIN = 1 << 4,
12 BUILDING = 1 << 5,
13 PHOTO_SAVE = 1 << 6, //< Photo mode for capturing screenshots for GM saves
14};
@ ADMIN
Give a player admin rights, value is player ID.
Definition EVotingType.c:4
EEditorMode
Editor mode that defines overall functionality.
Definition EEditorMode.c:6
@ SPECTATE
Observing players.
Definition EEditorMode.c:9
@ PHOTO_SAVE
Definition EEditorMode.c:13
@ BUILDING
Building mode.
Definition EEditorMode.c:12
@ STRATEGY
Commanding AI and players.
Definition EEditorMode.c:8
@ EDIT
Editing and placing entities, configuring attributes.
Definition EEditorMode.c:7
@ PHOTO
Photo mode.
Definition EEditorMode.c:10