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.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())
Note: See TracChangeset for help on using the changeset viewer.