Bitflag returns from component signals (#33186)

* For more useful returns from sendsignal

* removes a needless else/indentation

* cleanup
This commit is contained in:
Emmett Gaines
2017-12-01 14:09:25 -05:00
committed by Jordan Brown
parent 0cf2bc2da4
commit d56a47253e
10 changed files with 45 additions and 36 deletions
+1
View File
@@ -78,6 +78,7 @@ Stands have a lot of procs which mimic mob procs. Rather than inserting hooks fo
1. `/datum/proc/SendSignal(signal, ...)` (public, final)
* Call to send a signal to the components of the target datum
* Extra arguments are to be specified in the signal definition
* Returns a bitflag with signal specific information assembled from all activated components
1. `/datum/component/New(datum/parent, ...)` (private, final)
* Runs internal setup for the component
* Extra arguments are passed to `Initialize()`