Ultimate Replay Scripting Reference
ReplayTargetPrepareTarget Method |
Called by the recording system to notify the active ReplayTarget of an upcoming event.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract void PrepareTarget( ReplayTargetTask mode )
Parameters
- mode
- Type: UltimateReplay.StorageReplayTargetTask
The ReplayTargetTask that the target should prepare for
See Also