Changeset 4259 in orxonox.OLD for orxonox/branches/levelLoader/src/story_entities
- Timestamp:
- May 22, 2005, 2:58:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelLoader/src/story_entities/world.cc
r4258 r4259 210 210 PRINTF0("Creating a World\n"); 211 211 212 LoadParam<World>(root, "identifier", this, &World::setStoryID).describe("Sets the StoryID of this world"); 213 LoadParam<World>(root, "nextid", this, &World::setNextStoryID).describe("Sets the ID of the next world"); 214 LoadParam<World>(root, "path", this, &World::setPath).describe("The Filename of this World (relative from the data-dir)"); 212 LoadParam<World>(root, "identifier", this, &World::setStoryID) 213 .describe("Sets the StoryID of this world"); 214 LoadParam<World>(root, "nextid", this, &World::setNextStoryID) 215 .describe("Sets the ID of the next world"); 216 LoadParam<World>(root, "path", this, &World::setPath) 217 .describe("The Filename of this World (relative from the data-dir)"); 215 218 216 219
Note: See TracChangeset
for help on using the changeset viewer.