Merge pull request #39867 from AutomaticFrenzy/patch/docs

Improve a few assorted documentation comments
This commit is contained in:
oranges
2018-08-26 12:48:53 +12:00
committed by yogstation13-bot
parent dab3d3f53f
commit af0253c3e4
5 changed files with 116 additions and 87 deletions

View File

@@ -50,9 +50,9 @@ Stands have a lot of procs which mimic mob procs. Rather than inserting hooks fo
1. `/datum/component/var/datum/parent` (protected, read-only)
* The datum this component belongs to
* Never `null` in child procs
1. `report_signal_origin` (protected, boolean)
* If `TRUE`, will invoke the callback when signalled with the signal type as the first argument.
* `FALSE` by default.
1. `report_signal_origin` (protected, boolean)
* If `TRUE`, will invoke the callback when signalled with the signal type as the first argument.
* `FALSE` by default.
### Procs