Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EDeserializeFailHandling.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
EDeserializeFailHandling
13
{
15
IGNORE
,
17
DELETE
,
19
ERROR
,
20
}
21
ERROR
@ ERROR
Same as DELETE, but global error count for OnAfterLoad is affected.
Definition
LogLevel.c:20
DELETE
@ DELETE
Further load on the instance is aborted and is deleted immediately.
Definition
EEditorEvent.c:12
EDeserializeFailHandling
EDeserializeFailHandling
Definition
EDeserializeFailHandling.c:13
IGNORE
@ IGNORE
Ignore any parent and always create root record.
Definition
EPersistenceParentHandling.c:21
scripts
Game
generated
Plugins
Persistence
System
Serializers
EDeserializeFailHandling.c
Generated by
1.17.0