Ultimate Replay Scripting Reference
ReplaySnapshotRestoreInitialReplayObjectData Method |
Attempts to get the initial data for the replay object with the specified ReplayIdentity.
A ReplayInitialData will be returned containing the initial state for the replay object.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReplayInitialData RestoreInitialReplayObjectData( ReplayIdentity identity )
Parameters
- identity
- Type: UltimateReplay.CoreReplayIdentity
The identity of the object to get the initial data for
Return Value
Type: ReplayInitialDataA ReplayInitialData contianing initial values
See Also