About Store Forum Documentation Contact



Post Reply 
Removing object
Author Message
Harry Offline
Member

Post: #1
Removing object
How can I remove an object which isn't stored in any container?

I have a pointer to this object which was returned by Game::World.objCreateNear method.
06-29-2011 06:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #2
RE: Removing object
It gets added to the container. There must be a container for it, or else it wouldn't even show up.
06-29-2011 06:39 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #3
RE: Removing object
Ah you're right. Yesterday I created a container for objects and today forgot about it and even didn't check. Something goes wrong with me smile Thanks for help.
06-29-2011 06:49 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #4
RE: Removing object
Np smile
06-29-2011 06:53 PM
Find all posts by this user Quote this message in a reply
Post Reply