Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/__proc_refs.dm

PROC_REFValidates the proc exists on this type
TYPE_PROC_REFValidates the proc exists on the specified type
GLOBAL_PROC_REFValidates 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