Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_EditedSaveManifest Interface Reference

Cache world save manifest and provide info to edited value. More...

Public Member Functions

WorldSaveManifest GetManifest ()
 
string GetEditingValue ()
 
void SetEditingValue (string value)
 
string GetValue ()
 
void SetValue (string value)
 
void SCR_EditedSaveManifest (WorldSaveManifest manifest=null)
 

Protected Attributes

ref WorldSaveManifest m_Manifest
 
string m_sEditingValue
 
string m_Value
 

Detailed Description

Cache world save manifest and provide info to edited value.

Constructor & Destructor Documentation

◆ SCR_EditedSaveManifest()

void SCR_EditedSaveManifest.SCR_EditedSaveManifest ( WorldSaveManifest manifest = null)

Member Function Documentation

◆ GetEditingValue()

string SCR_EditedSaveManifest.GetEditingValue ( )

◆ GetManifest()

WorldSaveManifest SCR_EditedSaveManifest.GetManifest ( )

◆ GetValue()

string SCR_EditedSaveManifest.GetValue ( )

◆ SetEditingValue()

void SCR_EditedSaveManifest.SetEditingValue ( string value)

◆ SetValue()

void SCR_EditedSaveManifest.SetValue ( string value)

Member Data Documentation

◆ m_Manifest

ref WorldSaveManifest SCR_EditedSaveManifest.m_Manifest
protected

◆ m_sEditingValue

string SCR_EditedSaveManifest.m_sEditingValue
protected

◆ m_Value

string SCR_EditedSaveManifest.m_Value
protected

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