Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/proc_ownership_cache

The proc ownership cache is responsible for handling the generation and storage of proc ownership data. This is necessary because BYOND offers no method to access or check which procs a type defines, overrides, or inherits.

Vars

procs_by_typeA list of every type and its associated procs. This specifically refers to procs overridden or defined on that type, rather than inherited.

Procs

get_proc_refReturns the reference to most recent definition of the specified proc name on the specified type.

Var Details

procs_by_type

A list of every type and its associated procs. This specifically refers to procs overridden or defined on that type, rather than inherited.

Proc Details

get_proc_ref

Returns the reference to most recent definition of the specified proc name on the specified type.