Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EPersistenceSystemState.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
enum
EPersistenceSystemState
13
{
14
INIT
,
15
SETUP
,
16
ACTIVE
,
17
SHUTDOWN
,
18
FAILURE
,
19
}
20
INIT
@ INIT
Workshop is initializing data and any systems or UI elements should wait until ready.
Definition
EntityEvent.c:16
ACTIVE
@ ACTIVE
Tells that this entity has to be actively updated by engine.
Definition
EntityFlags.c:30
EPersistenceSystemState
EPersistenceSystemState
Definition
EPersistenceSystemState.c:13
FAILURE
@ FAILURE
Definition
EPersistenceSystemState.c:18
SETUP
@ SETUP
Definition
EPersistenceSystemState.c:15
SHUTDOWN
@ SHUTDOWN
Return to main menu / graceful application exit.
Definition
RplError.c:22
scripts
Game
generated
Plugins
Persistence
System
EPersistenceSystemState.c
Generated by
1.17.0