seekVideo
Jump to a specified time of the video.
Address
/scene/seekVideo [seconds]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The target progress of the video, in ms |
Example
Jump to the 1 second of the video.
/scene/seekVideo 1000
Note: Floating point numbers will be rounded down.
/scene/seekVideo 1000.9 = /scene/seekVideo 1000