remove_child
Description:
Removes child
from the children of this.
This function will release the reference added by add_child, so if you
want to keep using child
you will have to acquire a referenced on it before calling this function.
This function will emit the actor_removed signal on this.
Parameters:
this |
a Actor |
child |
a Actor |