Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PersistenceSerializerBase.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class PersistenceSerializerBase: ScriptAndConfig
13{
15 static event typename GetTargetType();
17 static event EDeserializeFailHandling GetDeserializeFailHandling()
18 {
19 return EDeserializeFailHandling.IGNORE;
20 }
22 private void PersistenceSerializerBase();
23 private void ~PersistenceSerializerBase();
24
26 proto external PersistenceSystem GetSystem();
27
28 // callbacks
29
31 event protected void Setup();
32}
33
class SCR_PersistentThreatSector GetTargetType()
void Setup()
Do any inital configuration of the serializer once it is linked to the system.