Ultimate Replay Scripting Reference
ReplayAudioOnReplayEvent Method |
Called by the replay system when a replay event has occured.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void OnReplayEvent( ReplayEvent replayEvent )
Parameters
- replayEvent
- Type: UltimateReplay.CoreReplayEvent
The ReplayEvent that was triggered
See Also