Merge pull request #7114 from Citadel-Station-13/upstream-merge-38494
[MIRROR] Adds some signal helpers
This commit is contained in:
@@ -98,6 +98,12 @@
|
||||
|
||||
enabled = TRUE
|
||||
|
||||
/datum/component/proc/HasSignal(sig_type)
|
||||
return signal_procs[sig_type] != null
|
||||
|
||||
/datum/component/proc/UnregisterSignal(sig_type_or_types)
|
||||
signal_procs -= sig_type_or_types
|
||||
|
||||
/datum/component/proc/InheritComponent(datum/component/C, i_am_original)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user