![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_RewindComponentClass |
| class | SCR_RewindDialog |
Functions | |
| ScriptInvokerVoid | GetOnRewindPointChanged () |
| bool | CanRewind () |
| bool | HasRewindPoint () |
| bool | WasRewinded () |
| void | CreateRewindPoint () |
| Create a rewind point for this session. | |
| void | OnRewindPointCreated (bool success) |
| void | DeleteRewindPoint () |
| Remove existing rewind point for this session. | |
| void | OnRewindDeleted () |
| void | Rewind () |
| Rewind to existing rewind point of this session. | |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | OnDelete (IEntity owner) |
| void | RemoveUnusedRewindPoints () |
| Remove any rewind points that were not cleaned up from last playthrough. | |
| void | ProcessRemoveUnusedRewindPoints (bool success, array< SaveGame > saves) |
| bool | IsRewindPoint (notnull const SaveGame save) |
| void | OnSavedCreated (SaveGame save) |
| void | OnSaveDeleted (SaveGame save) |
Variables | |
| SCR_RewindComponentClass | m_OnRewindPointChanged |
| SaveGame | m_RewindPoint |
| bool | m_bWasRewinded |
|
protected |
Definition at line 35 of file SCR_RewindComponent.c.
|
protected |
Create a rewind point for this session.
Definition at line 56 of file SCR_RewindComponent.c.
|
protected |
Remove existing rewind point for this session.
Definition at line 78 of file SCR_RewindComponent.c.
|
protected |
Definition at line 25 of file SCR_RewindComponent.c.
|
protected |
Definition at line 42 of file SCR_RewindComponent.c.
Definition at line 157 of file SCR_RewindComponent.c.
|
protected |
Definition at line 125 of file SCR_RewindComponent.c.
|
protected |
Definition at line 87 of file SCR_RewindComponent.c.
|
protected |
Definition at line 65 of file SCR_RewindComponent.c.
|
protected |
Definition at line 164 of file SCR_RewindComponent.c.
|
protected |
Definition at line 172 of file SCR_RewindComponent.c.
Definition at line 144 of file SCR_RewindComponent.c.
|
protected |
Remove any rewind points that were not cleaned up from last playthrough.
Definition at line 137 of file SCR_RewindComponent.c.
|
protected |
Rewind to existing rewind point of this session.
Definition at line 100 of file SCR_RewindComponent.c.
|
protected |
Definition at line 49 of file SCR_RewindComponent.c.
|
protected |
Definition at line 11 of file SCR_RewindComponent.c.
| SCR_RewindComponentClass m_OnRewindPointChanged |
|
protected |
Definition at line 10 of file SCR_RewindComponent.c.