Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TimerPhase

Describes which phase the timer is currently in. This tells you if there's an active speedrun attempt and whether it is paused or it ended.

Index

Enumeration members

Enumeration members

Ended

Ended = 2

There's an attempt that already ended, but didn't get reset yet.

NotRunning

NotRunning = 0

There's currently no active attempt.

Paused

Paused = 3

There's an active attempt that is currently paused.

Running

Running = 1

There's an active attempt that didn't end yet and isn't paused.

Generated using TypeDoc