Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EPersistenceParentHandling.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
EPersistenceParentHandling
13
{
15
ACCEPT
,
17
IGNORE_UNTRACKED
,
19
IGNORE_LOADED
,
21
IGNORE
,
22
}
23
EPersistenceParentHandling
EPersistenceParentHandling
Definition
EPersistenceParentHandling.c:13
ACCEPT
@ ACCEPT
No root record if any parent is present.
Definition
EPersistenceParentHandling.c:15
IGNORE_LOADED
@ IGNORE_LOADED
Ignore if any parent is a loaded world entity (even if they are tracked).
Definition
EPersistenceParentHandling.c:19
IGNORE
@ IGNORE
Ignore any parent and always create root record.
Definition
EPersistenceParentHandling.c:21
IGNORE_UNTRACKED
@ IGNORE_UNTRACKED
Ignore all parents that are not tracked.
Definition
EPersistenceParentHandling.c:17
scripts
Game
generated
Plugins
Persistence
System
EPersistenceParentHandling.c
Generated by
1.17.0