code/__defines/_tick.dm 
MAPTICK_MC_MIN_RESERVE | Percentage of tick to leave for master controller to run |
---|---|
TICK_BYOND_RESERVE | Tick limit while running normally |
TICK_LIMIT_TO_RUN | Tick limit used to resume things in stoplag |
TICK_LIMIT_MC | Tick limit for MC while running |
TICK_LIMIT_MC_INIT_DEFAULT | Tick limit while initializing |
TICK_USAGE | for general usage of tick_usage |
TICK_CHECK | Returns true if tick_usage is above the limit |
CHECK_TICK | runs stoplag if tick_usage is above the limit |
Define Details
CHECK_TICK 
runs stoplag if tick_usage is above the limit
MAPTICK_MC_MIN_RESERVE 
Percentage of tick to leave for master controller to run
TICK_BYOND_RESERVE 
Tick limit while running normally
TICK_CHECK 
Returns true if tick_usage is above the limit
TICK_LIMIT_MC 
Tick limit for MC while running
TICK_LIMIT_MC_INIT_DEFAULT 
Tick limit while initializing
TICK_LIMIT_TO_RUN 
Tick limit used to resume things in stoplag
TICK_USAGE 
for general usage of tick_usage