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

Public Member Functions

void SCR_BinLoadContext (bool skipEmptyObjects=true)
 
void ConfigureCompression (bool enabled)
 
void ConfigureNameValidation (bool enabled)
 
void ConfigureSkippableObjects (bool enabled)
 
void ConfigureObjectSeeking (bool enabled)
 
bool LoadFromFile (string fileName)
 
bool LoadFromContainer (notnull BinSerializationContainer container)
 

Protected Attributes

ref BinSerializationLoadContainer m_Container
 

Constructor & Destructor Documentation

◆ SCR_BinLoadContext()

void SCR_BinLoadContext.SCR_BinLoadContext ( bool skipEmptyObjects = true)

Member Function Documentation

◆ ConfigureCompression()

void SCR_BinLoadContext.ConfigureCompression ( bool enabled)

◆ ConfigureNameValidation()

void SCR_BinLoadContext.ConfigureNameValidation ( bool enabled)

◆ ConfigureObjectSeeking()

void SCR_BinLoadContext.ConfigureObjectSeeking ( bool enabled)

◆ ConfigureSkippableObjects()

void SCR_BinLoadContext.ConfigureSkippableObjects ( bool enabled)

◆ LoadFromContainer()

bool SCR_BinLoadContext.LoadFromContainer ( notnull BinSerializationContainer container)

◆ LoadFromFile()

bool SCR_BinLoadContext.LoadFromFile ( string fileName)

Member Data Documentation

◆ m_Container

ref BinSerializationLoadContainer SCR_BinLoadContext.m_Container
protected

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