mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
* A callback datum system was created, a common framework that handles all of the nuts and bolts so anyone can implement callbacks easily without worrying about how to invoke procs. * Adapted from tgstation/tgstation#22476 by MrStonedOne
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
#define GLOBAL_PROC "some_magic_bullshit"
|
|
|
|
#define CALLBACK new /datum/callback
|
|
#define INVOKE_ASYNC world.ImmediateInvokeAsync
|