Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ESaveType.c
Go to the documentation of this file.
2 {
3  USER = 1 << 0,
4  AUTO = 1 << 1,
5  EDITOR = 1 << 2,
6  COMPOSITION = 1 << 3,
7 };
EDITOR
@ EDITOR
Play mode back-up in singleplayer editor.
Definition: ESaveType.c:5
COMPOSITION
@ COMPOSITION
Save with only entities which does not require restart.
Definition: ESaveType.c:6
ESaveType
ESaveType
Definition: ESaveType.c:1
USER
@ USER
Save created by the player.
Definition: ESaveType.c:3
AUTO
@ AUTO
Save initiated by the game.
Definition: ESaveType.c:4