Getting a node using it's id

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

Getting a node using it's id

Post by Guest »

Is there anyway to get a node based on it's id?
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

Post by schick »

virtual ISceneNode* getSceneNodeFromId (s32 id, ISceneNode *start=0);

Ask the scenemanager for it.
Guest

Post by Guest »

:D thanks
Post Reply