byond - Modules - TypesVar Details - Proc Details

Ticker

Vars

start_immediatelyIf TRUE, there is no lobby phase, the game starts immediately.
tippedIf we have already done tip of the round.

Procs

apply_lazy_timingsPlaceholder proc to apply slower SS timings for performance. Should be refactored to be included in Master/SS probably. Note we can't change prios after MC init.
request_startAttempt to start game asynchronously if applicable
setup_startTry to effectively setup gamemode and start now

Var Details

start_immediately

If TRUE, there is no lobby phase, the game starts immediately.

tipped

If we have already done tip of the round.

Proc Details

apply_lazy_timings

Placeholder proc to apply slower SS timings for performance. Should be refactored to be included in Master/SS probably. Note we can't change prios after MC init.

request_start

Attempt to start game asynchronously if applicable

setup_start

Try to effectively setup gamemode and start now