Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Plugins_Persistence_System_Serializers

Classes

class  GenericEntitySerializer
class  PersistenceSerializerBase
class  ScriptedComponentSerializer
class  ScriptedEntitySerializer
class  ScriptedStateSerializer
class  SerializerDefaultSpawnData
 Collection of data to avoid writing known defaults during serialization. More...

Enumerations

enum  EComponentDeserializeEvent {
  BEFORE_POSTINIT , BEFORE_EONINIT , AFTER_ENTITY_FINALIZE , BEFORE_POSTINIT ,
  BEFORE_EONINIT , AFTER_ENTITY_FINALIZE
}
enum  EComponentDeserializeEvent {
  BEFORE_POSTINIT , BEFORE_EONINIT , AFTER_ENTITY_FINALIZE , BEFORE_POSTINIT ,
  BEFORE_EONINIT , AFTER_ENTITY_FINALIZE
}
enum  EDeserializeFailHandling {
  IGNORE , DELETE , ERROR , IGNORE ,
  DELETE , ERROR
}
enum  EDeserializeFailHandling {
  IGNORE , DELETE , ERROR , IGNORE ,
  DELETE , ERROR
}
enum  EEntityDeserializeEvent { AFTER_CONSTRUCTOR , AFTER_FINALIZE , AFTER_CONSTRUCTOR , AFTER_FINALIZE }
enum  EEntityDeserializeEvent { AFTER_CONSTRUCTOR , AFTER_FINALIZE , AFTER_CONSTRUCTOR , AFTER_FINALIZE }
enum  EScriptedStateDeserializeEvent {
  BEFORE_CONSTRUCTOR , REPLACE_CONSTRUCTOR , AFTER_CONSTRUCTOR , BEFORE_CONSTRUCTOR ,
  REPLACE_CONSTRUCTOR , AFTER_CONSTRUCTOR
}
enum  EScriptedStateDeserializeEvent {
  BEFORE_CONSTRUCTOR , REPLACE_CONSTRUCTOR , AFTER_CONSTRUCTOR , BEFORE_CONSTRUCTOR ,
  REPLACE_CONSTRUCTOR , AFTER_CONSTRUCTOR
}
enum  ESerializeMode {
  NATIVE , SCRIPT , BOTH , NATIVE ,
  SCRIPT , BOTH
}
enum  ESerializeMode {
  NATIVE , SCRIPT , BOTH , NATIVE ,
  SCRIPT , BOTH
}
enum  ESerializeResult {
  ERROR , OK , DEFAULT , ERROR ,
  OK , DEFAULT
}
enum  ESerializeResult {
  ERROR , OK , DEFAULT , ERROR ,
  OK , DEFAULT
}

Detailed Description

Enumeration Type Documentation

◆ EComponentDeserializeEvent [1/2]

Enumerator
BEFORE_POSTINIT 
BEFORE_EONINIT 
AFTER_ENTITY_FINALIZE 
BEFORE_POSTINIT 
BEFORE_EONINIT 
AFTER_ENTITY_FINALIZE 

Definition at line 12 of file EComponentDeserializeEvent.c.

◆ EComponentDeserializeEvent [2/2]

Enumerator
BEFORE_POSTINIT 
BEFORE_EONINIT 
AFTER_ENTITY_FINALIZE 
BEFORE_POSTINIT 
BEFORE_EONINIT 
AFTER_ENTITY_FINALIZE 

Definition at line 12 of file EComponentDeserializeEvent.c.

◆ EDeserializeFailHandling [1/2]

Enumerator
IGNORE 

Logging but issue will be ignored.

DELETE 

Further load on the instance is aborted and is deleted immediately.

ERROR 

Same as DELETE, but global error count for OnAfterLoad is affected.

IGNORE 

Logging but issue will be ignored.

DELETE 

Further load on the instance is aborted and is deleted immediately.

ERROR 

Same as DELETE, but global error count for OnAfterLoad is affected.

Definition at line 12 of file EDeserializeFailHandling.c.

◆ EDeserializeFailHandling [2/2]

Enumerator
IGNORE 

Logging but issue will be ignored.

DELETE 

Further load on the instance is aborted and is deleted immediately.

ERROR 

Same as DELETE, but global error count for OnAfterLoad is affected.

IGNORE 

Logging but issue will be ignored.

DELETE 

Further load on the instance is aborted and is deleted immediately.

ERROR 

Same as DELETE, but global error count for OnAfterLoad is affected.

Definition at line 12 of file EDeserializeFailHandling.c.

◆ EEntityDeserializeEvent [1/2]

Enumerator
AFTER_CONSTRUCTOR 
AFTER_FINALIZE 
AFTER_CONSTRUCTOR 
AFTER_FINALIZE 

Definition at line 12 of file EEntityDeserializeEvent.c.

◆ EEntityDeserializeEvent [2/2]

Enumerator
AFTER_CONSTRUCTOR 
AFTER_FINALIZE 
AFTER_CONSTRUCTOR 
AFTER_FINALIZE 

Definition at line 12 of file EEntityDeserializeEvent.c.

◆ EScriptedStateDeserializeEvent [1/2]

Enumerator
BEFORE_CONSTRUCTOR 
REPLACE_CONSTRUCTOR 
AFTER_CONSTRUCTOR 
BEFORE_CONSTRUCTOR 
REPLACE_CONSTRUCTOR 
AFTER_CONSTRUCTOR 

Definition at line 12 of file EScriptedStateDeserializeEvent.c.

◆ EScriptedStateDeserializeEvent [2/2]

Enumerator
BEFORE_CONSTRUCTOR 
REPLACE_CONSTRUCTOR 
AFTER_CONSTRUCTOR 
BEFORE_CONSTRUCTOR 
REPLACE_CONSTRUCTOR 
AFTER_CONSTRUCTOR 

Definition at line 12 of file EScriptedStateDeserializeEvent.c.

◆ ESerializeMode [1/2]

Enumerator
NATIVE 
SCRIPT 
BOTH 
NATIVE 
SCRIPT 
BOTH 

Definition at line 12 of file ESerializeMode.c.

◆ ESerializeMode [2/2]

Enumerator
NATIVE 
SCRIPT 
BOTH 
NATIVE 
SCRIPT 
BOTH 

Definition at line 12 of file ESerializeMode.c.

◆ ESerializeResult [1/2]

Enumerator
ERROR 
OK 
DEFAULT 
ERROR 
OK 
DEFAULT 

Definition at line 12 of file ESerializeResult.c.

◆ ESerializeResult [2/2]

Enumerator
ERROR 
OK 
DEFAULT 
ERROR 
OK 
DEFAULT 

Definition at line 12 of file ESerializeResult.c.