Ultimate Replay Scripting Reference
IReplayPreparer Methods |
The IReplayPreparer type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.
|
|
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.
|
See Also