![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_PersistenceJsonSaveContext |
| class | SCR_PersistenceJsonLoadContext |
| class | SCR_PersistenceBinaryLoadContext |
Functions | |
| SCR_PersistenceJsonSaveContext JsonSaveContext | SCR_PersistencePrettyJsonSaveContext (bool skipEmptyObjects=true) |
| void | SCR_PersistenceJsonSaveContext (bool skipEmptyObjects=true) |
| SCR_PersistenceJsonLoadContext JsonLoadContext | SCR_PersistenceBinarySaveContext (bool skipEmptyObjects=true) |
| void | SCR_PersistenceJsonLoadContext (bool skipEmptyObjects=true) |
| SCR_PersistenceJsonLoadContext JsonLoadContext SCR_PersistenceBinarySaveContext | ( | bool | skipEmptyObjects = true | ) |
Definition at line 1 of file SCR_PersistenceSerializationContext.c.
| void SCR_PersistenceBinarySaveContext::SCR_PersistenceJsonLoadContext | ( | bool | skipEmptyObjects = true | ) |
Definition at line 37 of file SCR_PersistenceSerializationContext.c.
| void SCR_PersistencePrettyJsonSaveContext::SCR_PersistenceJsonSaveContext | ( | bool | skipEmptyObjects = true | ) |
Definition at line 16 of file SCR_PersistenceSerializationContext.c.
| SCR_PersistenceJsonSaveContext JsonSaveContext SCR_PersistencePrettyJsonSaveContext | ( | bool | skipEmptyObjects = true | ) |
Definition at line 1 of file SCR_PersistenceSerializationContext.c.