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 13:09:22 -06:00
committed by CitadelStationBot
parent a3a87bdb3f
commit b8e754500c
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()`