Skip to content

Commit

Permalink
Minor thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jul 18, 2017
1 parent f838225 commit 44f66ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/components/README.md
Expand Up @@ -74,6 +74,7 @@ Stands have a lot of procs which mimic mob procs. Rather than inserting hooks fo
1. `/datum/component/proc/InheritComponent(datum/component/C, i_am_original(boolean))` (abstract)
* Called on a component when a component of the same type was added to the same parent
* See `/datum/component/var/dupe_mode`
* `C`'s type will always be the same of the called component
1. `/datum/component/proc/OnTransfer(datum/new_parent)` (abstract)
* Called before the new `parent` is assigned in `TakeComponent()`, after the remove signal, before the added signal
* Allows the component to react to ownership transfers
Expand Down

0 comments on commit 44f66ae

Please sign in to comment.