SplitScript reference / timer

timer

namespace

Reads information from the timer.

Timer operations expose runtime state used by autosplitter decisions.

Examples

Inspect the timer through its namespace

let currentTimerState = timer.state()

Functions

MemberDescriptionAvailable through
currentSplitIndexReturns the index of the split the current attempt is on.
isRunningReports whether the timer is currently running.
pauseGameTimePauses the timer's game-time clock.
resumeGameTimeResumes the timer's game-time clock.
segmentWasSplitReports how an earlier segment was advanced during this attempt.
skipSplitSkips the current split.
stateReturns the current timer state.
undoSplitUndoes the previous split.