Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_RewindComponentClass |
class | SCR_RewindDialog |
Functions | |
SCR_RewindComponentClass SCR_BaseGameModeComponentClass | Attribute (ESaveType.EDITOR.ToString(), UIWidgets.ComboBox, "Save file type.", enums:ParamEnumArray.FromEnum(ESaveType))] protected ESaveType m_eSaveType |
bool | HasRewindPoint () |
void | CreateRewindPoint () |
Create a rewind point for this session. More... | |
void | DeleteRewindPoint () |
Remove existing rewind point for this session. More... | |
void | Rewind () |
Rewind to existing rewind point of this session. More... | |
protected void | OnSaved (ESaveType type, string fileName) |
override void | OnPostInit (IEntity owner) |
Editable Mine. More... | |
Variables | |
protected string | m_sCustomName |
SCR_RewindComponentClass SCR_BaseGameModeComponentClass Attribute | ( | ESaveType.EDITOR. | ToString(), |
UIWidgets. | ComboBox, | ||
"Save file type." | , | ||
enums:ParamEnumArray. | FromEnumESaveType | ||
) |
void CreateRewindPoint | ( | ) |
Create a rewind point for this session.
Definition at line 34 of file SCR_RewindComponent.c.
void DeleteRewindPoint | ( | ) |
Remove existing rewind point for this session.
Definition at line 42 of file SCR_RewindComponent.c.
bool HasRewindPoint | ( | ) |
Definition at line 27 of file SCR_RewindComponent.c.
protected void OnSaved | ( | ESaveType | type, |
string | fileName | ||
) |
Definition at line 57 of file SCR_RewindComponent.c.
void Rewind | ( | ) |
Rewind to existing rewind point of this session.
Definition at line 50 of file SCR_RewindComponent.c.
protected string m_sCustomName |
Definition at line 12 of file SCR_RewindComponent.c.