![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ESerializeResult | SerializeNative (notnull Managed instance, notnull SaveContext context, ESerializeMode mode=ESerializeMode.BOTH) |
| Native serialization logic used by the game. Can be called by scripts before or after custom data or not all. | |
| bool | DeserializeNative (notnull Managed instance, notnull LoadContext context, ESerializeMode mode=ESerializeMode.BOTH) |
| Native deserialization logic used by the game. Can be called by scripts before or after custom data or not all. | |
| ESerializeResult | Serialize (notnull Managed instance, notnull SaveContext context) |
| bool | Deserialize (notnull Managed instance, notnull LoadContext context) |
| ESerializeResult | SerializeNative (notnull Managed instance, notnull SaveContext context, ESerializeMode mode=ESerializeMode.BOTH) |
| Native serialization logic used by the game. Can be called by scripts before or after custom data or not all. | |
| bool | DeserializeNative (notnull Managed instance, notnull LoadContext context, ESerializeMode mode=ESerializeMode.BOTH) |
| Native deserialization logic used by the game. Can be called by scripts before or after custom data or not all. | |
| ESerializeResult | Serialize (notnull Managed instance, notnull SaveContext context) |
| bool | Deserialize (notnull Managed instance, notnull LoadContext context) |
Definition at line 12 of file ScriptedStateSerializer.c.
|
inlineprotected |
Custom implementation for deserialzing the script data from the load context
Definition at line 41 of file ScriptedStateSerializer.c.
|
inlineprotected |
Custom implementation for deserialzing the script data from the load context
Definition at line 41 of file ScriptedStateSerializer.c.
|
protected |
Native deserialization logic used by the game. Can be called by scripts before or after custom data or not all.
|
protected |
Native deserialization logic used by the game. Can be called by scripts before or after custom data or not all.
|
inlineprotected |
Custom implementation for writing the script data into into the save context.
Definition at line 36 of file ScriptedStateSerializer.c.
|
inlineprotected |
Custom implementation for writing the script data into into the save context.
Definition at line 36 of file ScriptedStateSerializer.c.
|
protected |
Native serialization logic used by the game. Can be called by scripts before or after custom data or not all.
|
protected |
Native serialization logic used by the game. Can be called by scripts before or after custom data or not all.