Space Station 13 - Modules - Types

code/datums/callbacks.dm

/var/GLOBAL_PROC ** Callbacks Callbacks wrap a target, callable, and arguments to pass. See the dm reference for call(). When the target is GLOBAL_PROC, the callable is global - otherwise it is a datum (or dead) reference. Callbacks are created with the new keyword via a global alias like: