replayEvent
Replay the specific event.
Address
/replay/replayEvent [index] [playStyle]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The event index in the event list, which can be 1, 2, 3... Events are listed in reverse order when they were added, with 1 being the last event, 2 being the second to last, and so on. |
argument 2 | Int | Replay mode, non-essential argument, which only taking effect for dual-camera replay, and the default value is -1 0: Cam 1 only 1: Cam 2 only 2: Cam 2 first, then Cam 2 3: Cam 2 first, then Cam 1 4: Side-by-side (Cam 1 & 2) 5: Side-by-side (Cam 2 & 1) |
Example
Replay the second to last event.
/replay/replayEvent 2
Note: Floating point numbers will be rounded down.
/replay/replayEvent 1.9 = /replay/replayEvent 1