Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2008, 1:43:14 AM (16 years ago)
Author:
landauf
Message:

started implementing a Namespace object (which will be used in level files to create and access groups of objects)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/orxonox/objects/WorldEntity.h

    r871 r877  
    2929
    3030            void attachWorldEntity(WorldEntity* entity);
    31             const WorldEntity* getAttachedWorldEntity(unsigned int index);
     31            const WorldEntity* getAttachedWorldEntity(unsigned int index) const;
    3232
    3333            inline Ogre::SceneNode* getNode()
Note: See TracChangeset for help on using the changeset viewer.