Changeset 877 for code/branches/core2/src/orxonox/objects
- Timestamp:
- Mar 10, 2008, 1:43:14 AM (17 years ago)
- Location:
- code/branches/core2/src/orxonox/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/objects/WorldEntity.cc
r871 r877 218 218 } 219 219 220 const WorldEntity* WorldEntity::getAttachedWorldEntity(unsigned int index) 220 const WorldEntity* WorldEntity::getAttachedWorldEntity(unsigned int index) const 221 221 { 222 222 if (index < this->attachedWorldEntities_.size()) -
code/branches/core2/src/orxonox/objects/WorldEntity.h
r871 r877 29 29 30 30 void attachWorldEntity(WorldEntity* entity); 31 const WorldEntity* getAttachedWorldEntity(unsigned int index) ;31 const WorldEntity* getAttachedWorldEntity(unsigned int index) const; 32 32 33 33 inline Ogre::SceneNode* getNode()
Note: See TracChangeset
for help on using the changeset viewer.