Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEditorModeFlag.c File Reference

Go to the source code of this file.

Enumerations

enum  EEditorModeFlag {
  DEFAULT = 1 << 0, ADMIN = 1 << 1, EDITABLE = 1 << 2, AUTO_SELECT = 1 << 3,
  WORKBENCH = 1 << 4, PERSISTENT = 1 << 5
}
 

Enumeration Type Documentation

◆ EEditorModeFlag

Enumerator
DEFAULT 

Is added to all players by default.

ADMIN 

Is added to admins by default.

EDITABLE 

Can be configured by admin for others.

AUTO_SELECT 

Set the mode as current when it's added (only when the editor is closed)

WORKBENCH 

Is added to all players in Workbench.

PERSISTENT 

Mode is saved when players disconnect and restored when they reconnect within time limit.

Definition at line 1 of file EEditorModeFlag.c.