Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Location:
code/branches/core2/src/orxonox/objects
Files:
2 edited

Legend:

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

    r871 r877  
    218218    }
    219219
    220     const WorldEntity* WorldEntity::getAttachedWorldEntity(unsigned int index)
     220    const WorldEntity* WorldEntity::getAttachedWorldEntity(unsigned int index) const
    221221    {
    222222        if (index < this->attachedWorldEntities_.size())
  • 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.