Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEditorModeFlag.c
Go to the documentation of this file.
2 {
3  DEFAULT = 1 << 0,
4  ADMIN = 1 << 1,
5  EDITABLE = 1 << 2,
6  AUTO_SELECT = 1 << 3,
7  WORKBENCH = 1 << 4,
8  PERSISTENT = 1 << 5,
9 };
ADMIN
@ ADMIN
Is added to admins by default.
Definition: EEditorModeFlag.c:4
PERSISTENT
@ PERSISTENT
Mode is saved when players disconnect and restored when they reconnect within time limit.
Definition: EEditorModeFlag.c:8
EDITABLE
@ EDITABLE
Can be configured by admin for others.
Definition: EEditorModeFlag.c:5
DEFAULT
@ DEFAULT
Is added to all players by default.
Definition: EEditorModeFlag.c:3
WORKBENCH
@ WORKBENCH
Is added to all players in Workbench.
Definition: EEditorModeFlag.c:7
AUTO_SELECT
@ AUTO_SELECT
Set the mode as current when it's added (only when the editor is closed)
Definition: EEditorModeFlag.c:6
EEditorModeFlag
EEditorModeFlag
Definition: EEditorModeFlag.c:1