Changeset 4435 in orxonox.OLD for orxonox/trunk/src/world_entities/world_entity.cc
- Timestamp:
- Jun 1, 2005, 11:40:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/world_entity.cc
r4320 r4435 42 42 { 43 43 // name setup 44 LoadParam<WorldEntity>(root, "name", this, &WorldEntity::setName)45 .describe("the name of the Object at hand");44 // LoadParam<WorldEntity>(root, "name", this, &BaseObject::setName) 45 // .describe("the name of the Object at hand"); 46 46 47 47 // Model Loading
Note: See TracChangeset
for help on using the changeset viewer.