code/__byond_version_compat.dm ![code/__byond_version_compat.dm0](git.png)
PROC_REF | Call by name proc references, checks if the proc exists on either this type () (AND ONLY THIS TYPE) or as a global proc. |
---|---|
VERB_REF | Call by name verb references, checks if the verb exists on either this type or as a global verb. |
TYPE_PROC_REF | Call by name proc reference, checks if the proc exists on either the given type or as a global proc |
TYPE_VERB_REF | Call by name verb reference, checks if the verb exists on either the given type or as a global verb |
GLOBAL_PROC_REF | Call by name proc reference, checks if the proc is an existing global proc |
Define Details
GLOBAL_PROC_REF ![code/__byond_version_compat.dm 37](git.png)
Call by name proc reference, checks if the proc is an existing global proc
PROC_REF ![code/__byond_version_compat.dm 27](git.png)
Call by name proc references, checks if the proc exists on either this type () (AND ONLY THIS TYPE) or as a global proc.
TYPE_PROC_REF ![code/__byond_version_compat.dm 32](git.png)
Call by name proc reference, checks if the proc exists on either the given type or as a global proc
TYPE_VERB_REF ![code/__byond_version_compat.dm 34](git.png)
Call by name verb reference, checks if the verb exists on either the given type or as a global verb
VERB_REF ![code/__byond_version_compat.dm 29](git.png)
Call by name verb references, checks if the verb exists on either this type or as a global verb.