Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/_tick.dm

RUNNING_BEFORE_MASTERChecks if a sleeping proc is running before or after the master controller
VERB_SHOULD_YIELDReturns true if a verb ought to yield to the MC (IE: queue up to be processed by a subsystem)

Define Details

RUNNING_BEFORE_MASTER

Checks if a sleeping proc is running before or after the master controller

VERB_SHOULD_YIELD

Returns true if a verb ought to yield to the MC (IE: queue up to be processed by a subsystem)