You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Called during the server tick, after sleeping procs and queued commands, just before map information is sent to the clients.
Note: The tick will not wait if this proc sleeps. It effectively has set waitfor=0 already built in. It's a good idea not to sleep in this proc or any of its callees at all, since it will keep getting called every tick.
https://www.byond.com/docs/ref/#/world/proc/Tick
The text was updated successfully, but these errors were encountered: