Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_JsonApiStruct Interface Reference

Base struct for use in SCR_DSSessionCallback. More...

Inheritance diagram for SCR_JsonApiStruct:

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.

◆ Deserialize()

bool SCR_JsonApiStruct.Deserialize ( )

Read data from the struct and apply them in the world.

◆ Log()

void SCR_JsonApiStruct.Log ( )

Log struct's data.

◆ Serialize()

bool SCR_JsonApiStruct.Serialize ( )

Write world data into the struct.


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