code/__byond_version_compat.dm

MIN_COMPILER_VERSION | VERY IMPORTANT FOR RUNNING FAST IN PRODUCTION! If you define this flag, centcom will load. It's also supposed to preload planetoids, but that is disabled. |
---|---|
PROC_REF | Call by name proc reference, checks if the proc exists on this type or as a global proc |
TYPE_PROC_REF | Call by name proc reference, checks if the proc exists on given type or as a global proc |
GLOBAL_PROC_REF | Call by name proc reference, checks if the proc is existing global proc |
Define Details
GLOBAL_PROC_REF
Call by name proc reference, checks if the proc is existing global proc
MIN_COMPILER_VERSION
VERY IMPORTANT FOR RUNNING FAST IN PRODUCTION! If you define this flag, centcom will load. It's also supposed to preload planetoids, but that is disabled.
PROC_REF
Call by name proc reference, checks if the proc exists on this type or as a global proc
TYPE_PROC_REF
Call by name proc reference, checks if the proc exists on given type or as a global proc