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

Public Member Functions

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

Protected Member Functions

void CreateContainer ()
 

Protected Attributes

ref BaseJsonSerializationSaveContainer m_Container
 

Constructor & Destructor Documentation

◆ SCR_JsonSaveContext()

void SCR_JsonSaveContext.SCR_JsonSaveContext ( bool skipEmptyObjects = true)

Member Function Documentation

◆ CreateContainer()

void SCR_JsonSaveContext.CreateContainer ( )
protected

◆ ExportToString()

string SCR_JsonSaveContext.ExportToString ( )

◆ GetMaxDecimalPlaces()

int SCR_JsonSaveContext.GetMaxDecimalPlaces ( )

◆ SaveToFile()

bool SCR_JsonSaveContext.SaveToFile ( string filePath)

◆ SetMaxDecimalPlaces()

void SCR_JsonSaveContext.SetMaxDecimalPlaces ( int maxDecimalPlaces)

Member Data Documentation

◆ m_Container

ref BaseJsonSerializationSaveContainer SCR_JsonSaveContext.m_Container
protected

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