code/__DEFINES/__proc_refs.dm 
PROC_REF | Validates the proc exists on this type |
---|---|
TYPE_PROC_REF | Validates the proc exists on the specified type |
GLOBAL_PROC_REF | Validates the proc exists on global |
Define Details
GLOBAL_PROC_REF 
Validates the proc exists on global
PROC_REF 
Validates the proc exists on this type
TYPE_PROC_REF 
Validates the proc exists on the specified type