Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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};
EEditorModeFlag
@ WORKBENCH
Is added to all players in Workbench.
@ EDITABLE
Can be configured by admin for others.
@ PERSISTENT
Mode is saved when players disconnect and restored when they reconnect within time limit.
@ AUTO_SELECT
Set the mode as current when it's added (only when the editor is closed).
@ ADMIN
Give a player admin rights, value is player ID.
Definition EVotingType.c:4
@ DEFAULT
Use currently set main RT format (based on game options).