|
Arma Reforger Script API
|
Base struct for use in SCR_DSSessionCallback. More...
Public Member Functions | |
| bool | Serialize () |
| Write world data into the struct. | |
| bool | Deserialize () |
| Read data from the struct and apply them in the world. | |
| void | ClearCache () |
| Clear struct's data. | |
| void | Log () |
| Log struct's data. | |
Base struct for use in SCR_DSSessionCallback.
| void SCR_JsonApiStruct.ClearCache | ( | ) |
Clear struct's data.
| bool SCR_JsonApiStruct.Deserialize | ( | ) |
Read data from the struct and apply them in the world.
| void SCR_JsonApiStruct.Log | ( | ) |
Log struct's data.
| bool SCR_JsonApiStruct.Serialize | ( | ) |
Write world data into the struct.