World
Two possibilities exist: either we are alone in the Universe or we are not. Both are equally terrifying. ~ Arthur C. Clarke
The byond world object stores some basic byond level config, and has a few hub specific procs for managing hub visiblity
The world /New() is the root of where a round itself begins
Procs | |
ImmediateInvokeAsync | Immediately Invoke proctocall on thingtocall, with waitfor set to false |
---|---|
refresh_atmos_grid | Auxtools atmos |
send_cross_comms | Sends a message to a given cross comms server by name (by name for security). |
Proc Details
ImmediateInvokeAsync
Immediately Invoke proctocall on thingtocall, with waitfor set to false
Arguments:
- thingtocall Object to call on
- proctocall Proc to call on that object
- ... optional list of arguments to pass as arguments to the proc being called
refresh_atmos_grid
Auxtools atmos
send_cross_comms
Sends a message to a given cross comms server by name (by name for security).