IReplayPreparer Methods

Ultimate Replay

IReplayPreparer Methods

The IReplayPreparer type exposes the following members.

Methods
  Name Description
Public method PrepareForGameplay
Prepares the specified replay object for gameplay. The implementing type should restore all game systems that affect the replay object so that the object is in its original state. This method will be called for each replay object that must be prepared.
Public method PrepareForPlayback
Prepares the specified replay object for playback. The implementing type should ensure that all game systems likley to affect the replay object during playback are suitable disabled in order to avoid glitching or unpredicted behaviour. This method will be called for each replay object that must be prepared.
Top
See Also