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.
Implemented in SCR_EditorStruct, SCR_MetaStruct, and SCR_MissionStruct.
bool SCR_JsonApiStruct.Deserialize | ( | ) |
Read data from the struct and apply them in the world.
Implemented in SCR_CampaignStruct, SCR_BuildingDestructionStruct, SCR_EditorStruct, SCR_MetaStruct, SCR_MissionStruct, SCR_ScenarioFrameworkStruct, and SCR_TutorialStruct.
void SCR_JsonApiStruct.Log | ( | ) |
Log struct's data.
Implemented in SCR_BuildingDestructionStruct, SCR_EditorStruct, SCR_MetaStruct, and SCR_MissionStruct.
bool SCR_JsonApiStruct.Serialize | ( | ) |
Write world data into the struct.
Implemented in SCR_CampaignStruct, SCR_BuildingDestructionStruct, SCR_EditorStruct, SCR_MetaStruct, SCR_MissionStruct, SCR_ScenarioFrameworkStruct, and SCR_TutorialStruct.