Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_RewindComponent.c File Reference

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
 

Function Documentation

◆ Attribute()

SCR_RewindComponentClass SCR_BaseGameModeComponentClass Attribute ( ESaveType.EDITOR.  ToString(),
UIWidgets.  ComboBox,
"Save file type."  ,
enums:ParamEnumArray.  FromEnumESaveType 
)

◆ CreateRewindPoint()

void CreateRewindPoint ( )

Create a rewind point for this session.

Definition at line 34 of file SCR_RewindComponent.c.

◆ DeleteRewindPoint()

void DeleteRewindPoint ( )

Remove existing rewind point for this session.

Definition at line 42 of file SCR_RewindComponent.c.

◆ HasRewindPoint()

bool HasRewindPoint ( )
Returns
Check if a rewind point exists for this session.

Definition at line 27 of file SCR_RewindComponent.c.

◆ OnSaved()

protected void OnSaved ( ESaveType  type,
string  fileName 
)

Definition at line 57 of file SCR_RewindComponent.c.

◆ Rewind()

void Rewind ( )

Rewind to existing rewind point of this session.

Definition at line 50 of file SCR_RewindComponent.c.

Variable Documentation

◆ m_sCustomName

protected string m_sCustomName

Definition at line 12 of file SCR_RewindComponent.c.