Adds some signal helpers (#38494)

This commit is contained in:
Jordan Brown
2018-06-16 00:01:20 -04:00
committed by letterjay
parent 4780f3a20b
commit 8f2283c20e
+6
View File
@@ -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