Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_MetaStruct Interface Reference
Inheritance diagram for SCR_MetaStruct:
[legend]

Public Member Functions

bool IsVersionCompatible (out string versionName=string.Empty)
 
string GetHeaderResource ()
 
string GetScenarioAddon ()
 
void GetDateAndTime (out int year, out int month, out int day, out int hour, out int minute)
 
bool AreAddonsCompatible ()
 
bool IsValid ()
 
override bool Serialize ()
 Write world data into the struct.
 
override bool Deserialize ()
 Read data from the struct and apply them in the world.
 
override void ClearCache ()
 Clear struct's data.
 
override void Log ()
 Log struct's data.
 
void SCR_MetaStruct ()
 
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.
 

Protected Attributes

string bV
 
int cT
 
string hR
 
string sA
 
ref array< string > ad = {}
 

Constructor & Destructor Documentation

◆ SCR_MetaStruct()

void SCR_MetaStruct.SCR_MetaStruct ( )

Member Function Documentation

◆ AreAddonsCompatible()

bool SCR_MetaStruct.AreAddonsCompatible ( )

◆ ClearCache()

override void SCR_MetaStruct.ClearCache ( )

Clear struct's data.

Implements SCR_JsonApiStruct.

◆ Deserialize()

override bool SCR_MetaStruct.Deserialize ( )

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

Implements SCR_JsonApiStruct.

◆ GetDateAndTime()

void SCR_MetaStruct.GetDateAndTime ( out int  year,
out int  month,
out int  day,
out int  hour,
out int  minute 
)

◆ GetHeaderResource()

string SCR_MetaStruct.GetHeaderResource ( )

◆ GetScenarioAddon()

string SCR_MetaStruct.GetScenarioAddon ( )

◆ IsValid()

bool SCR_MetaStruct.IsValid ( )

◆ IsVersionCompatible()

bool SCR_MetaStruct.IsVersionCompatible ( out string  versionName = string::Empty)

◆ Log()

override void SCR_MetaStruct.Log ( )

Log struct's data.

Implements SCR_JsonApiStruct.

◆ Serialize()

override bool SCR_MetaStruct.Serialize ( )

Write world data into the struct.

Implements SCR_JsonApiStruct.

Member Data Documentation

◆ ad

ref array<string> SCR_MetaStruct.ad = {}
protected

◆ bV

string SCR_MetaStruct.bV
protected

◆ cT

int SCR_MetaStruct.cT
protected

◆ hR

string SCR_MetaStruct.hR
protected

◆ sA

string SCR_MetaStruct.sA
protected

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