Space Station 13 - Modules - TypesDefine Details

code/__byond_version_compat.dm

PROC_REFValidates the proc exists on this type (or global unfortunately)
REGEX_REPLACE_HANDLERUse this for every proc passed in as second argument in regex.Replace. regex.Replace does not allow calling procs by name but as of 515 using proc refs will always call the top level proc instead of overrides

Define Details

PROC_REF

Validates the proc exists on this type (or global unfortunately)

REGEX_REPLACE_HANDLER

Use this for every proc passed in as second argument in regex.Replace. regex.Replace does not allow calling procs by name but as of 515 using proc refs will always call the top level proc instead of overrides