Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EEditableEntitySaveFlag.c
Go to the documentation of this file.
1
3
10{
11 PLAYER = 1 << 0,
12 DESTROYED = 1 << 1,
13 NOT_SPAWNED = 1 << 2,
14}
@ DESTROYED
engine is destroyed
EEditableEntitySaveFlag
@ NOT_SPAWNED
Children that were supposed to be spawned by SCR_EditorLinkComponent were not spawned yet (e....