mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-03 14:12:29 +00:00
* Some verbs queue up now * Damn you 515 * Screw you Topic * Update client_procs.dm * Fixes for unit testing * Update MC.dm * verb * Update callback.dm * Tweaks * Linters might not have liked that, * More tweaks, and fix * Update verb_manager.dm
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
#define GLOBAL_PROC "some_magic_bullshit"
|
|
|
|
#define CALLBACK new /datum/callback
|
|
#define INVOKE_ASYNC ImmediateInvokeAsync
|
|
|
|
/// like CALLBACK but specifically for verb callbacks
|
|
#define VERB_CALLBACK new /datum/callback/verb_callback
|