Arma Reforger Script API
|
Public Member Functions | |
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_TutorialStruct () |
![]() | |
void | ClearCache () |
Clear struct's data. | |
void | Log () |
Log struct's data. | |
Protected Attributes | |
SCR_ETutorialCourses | m_eCourses |
int | m_iFreeRoamActivations |
void SCR_TutorialStruct.SCR_TutorialStruct | ( | ) |
override bool SCR_TutorialStruct.Deserialize | ( | ) |
Read data from the struct and apply them in the world.
Implements SCR_JsonApiStruct.
override bool SCR_TutorialStruct.Serialize | ( | ) |
Write world data into the struct.
Implements SCR_JsonApiStruct.
|
protected |
|
protected |