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

Public Member Functions

override void Log ()
 Log struct's data.
 
override bool Serialize ()
 Write world data into the struct.
 
override bool Deserialize ()
 Read data from the struct and apply them in the world.
 
void SCR_BuildingDestructionStruct ()
 
- Public Member Functions inherited from SCR_JsonApiStruct
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

ref array< int > m_aDestroyedBuildings = {}
 

Constructor & Destructor Documentation

◆ SCR_BuildingDestructionStruct()

void SCR_BuildingDestructionStruct.SCR_BuildingDestructionStruct ( )

Member Function Documentation

◆ Deserialize()

override bool SCR_BuildingDestructionStruct.Deserialize ( )

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

Implements SCR_JsonApiStruct.

◆ Log()

override void SCR_BuildingDestructionStruct.Log ( )

Log struct's data.

Implements SCR_JsonApiStruct.

◆ Serialize()

override bool SCR_BuildingDestructionStruct.Serialize ( )

Write world data into the struct.

Implements SCR_JsonApiStruct.

Member Data Documentation

◆ m_aDestroyedBuildings

ref array<int> SCR_BuildingDestructionStruct.m_aDestroyedBuildings = {}
protected

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