add_child
Description:
Adds child to the children of this.
This function will acquire a reference on child that will only be released when calling
remove_child.
This function will take into consideration the depth of child
, and will keep the list of children sorted.
This function will emit the actor_added signal on this.
Parameters:
| this |
a Actor |
| child |
a Actor |