addEvent
Save an event.
Address
/replay/addEvent [duration]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The duration of event, in second, ranging from 3 to 60 |
Example
Save an event of 5s.
/replay/addEvent 5
Note: Floating point numbers will be rounded down.
/replay/addEvent 5.9 = /replay/addEvent 5