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

Public Member Functions

void SCR_JsonLoadContext (bool skipEmptyObjects=true)
 
bool ImportFromString (string jsonData)
 
bool LoadFromFile (string fileName)
 

Protected Member Functions

void CreateContainer ()
 

Protected Attributes

ref JsonLoadContainer m_Container
 

Constructor & Destructor Documentation

◆ SCR_JsonLoadContext()

void SCR_JsonLoadContext.SCR_JsonLoadContext ( bool skipEmptyObjects = true)

Member Function Documentation

◆ CreateContainer()

void SCR_JsonLoadContext.CreateContainer ( )
protected

◆ ImportFromString()

bool SCR_JsonLoadContext.ImportFromString ( string jsonData)

◆ LoadFromFile()

bool SCR_JsonLoadContext.LoadFromFile ( string fileName)

Member Data Documentation

◆ m_Container

ref JsonLoadContainer SCR_JsonLoadContext.m_Container
protected

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