Page 1 of 1

drop() or remove() ?

Posted: Wed Oct 01, 2003 9:19 am
by cyberbobjr
Hi all,
What's the difference between drop() and remove() ?
Thanks for your help ...
bye

Posted: Wed Oct 01, 2003 12:56 pm
by niko
remove() removes a scene node from the scene graph or a GUI element from the GUI environment. Only call drop() if you grab()bed the pointer before, or if your created it.