Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SCR_JsonApiStruct Interface Reference

Base struct for use in SCR_DSSessionCallback. More...

Inheritance diagram for SCR_JsonApiStruct:
[legend]

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.
 

Detailed Description

Base struct for use in SCR_DSSessionCallback.

Member Function Documentation

◆ ClearCache()

void SCR_JsonApiStruct.ClearCache ( )

Clear struct's data.

Implemented in SCR_EditorStruct, SCR_MetaStruct, and SCR_MissionStruct.

◆ Deserialize()

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, and SCR_ScenarioFrameworkStruct.

◆ Log()

void SCR_JsonApiStruct.Log ( )

◆ Serialize()

bool SCR_JsonApiStruct.Serialize ( )

The documentation for this interface was generated from the following file: