mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 22:43:46 +00:00
Adds some signal helpers (#38494)
This commit is contained in:
committed by
Tad Hardesty
parent
a869377c62
commit
e8c61536a1
@@ -99,6 +99,12 @@
|
|||||||
|
|
||||||
enabled = TRUE
|
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)
|
/datum/component/proc/InheritComponent(datum/component/C, i_am_original)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user