Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_JsonSaveContext Interface Reference
Inheritance diagram for SCR_JsonSaveContext:

Public Member Functions

void SCR_JsonSaveContext (bool skipEmptyObjects=true)
 
void ~SCR_JsonSaveContext ()
 
void SetMaxDecimalPlaces (int maxDecimalPlaces)
 
int GetMaxDecimalPlaces ()
 
bool SaveToFile (string filePath)
 
string ExportToString ()
 

Constructor & Destructor Documentation

◆ SCR_JsonSaveContext()

void SCR_JsonSaveContext.SCR_JsonSaveContext ( bool skipEmptyObjects = true)

◆ ~SCR_JsonSaveContext()

void SCR_JsonSaveContext.~SCR_JsonSaveContext ( )

Member Function Documentation

◆ ExportToString()

string SCR_JsonSaveContext.ExportToString ( )

◆ GetMaxDecimalPlaces()

int SCR_JsonSaveContext.GetMaxDecimalPlaces ( )

◆ SaveToFile()

bool SCR_JsonSaveContext.SaveToFile ( string filePath)

◆ SetMaxDecimalPlaces()

void SCR_JsonSaveContext.SetMaxDecimalPlaces ( int maxDecimalPlaces)

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