Implementation, child to parent reference.

Hi,
I need to remove a GUI object from its parent before I can delete it but I only have the child object reference. Is there a way to call the parent using the child’s reference?
I have tried to make a hack using onAdd() but it doesn’t pass the parent.
Thank you

Comments

Sign In or Register to comment.