mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 17:41:50 +00:00
7 lines
316 B
Plaintext
7 lines
316 B
Plaintext
#define GLOBAL_PROC "some_magic_bullshit"
|
|
/// A shorthand for the callback datum, [documented here](datum/callback.html)
|
|
#define CALLBACK new /datum/callback
|
|
#define INVOKE_ASYNC world.ImmediateInvokeAsync
|
|
/// like CALLBACK but specifically for verb callbacks
|
|
#define VERB_CALLBACK new /datum/callback/verb_callback
|