Changeset 4836 in orxonox.OLD for orxonox/trunk/src/story_entities/campaign.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/campaign.cc
r4816 r4836 68 68 /** 69 69 \brief loads the Parameters of a Campaign 70 \param root: The XML-element to load from70 * @param root: The XML-element to load from 71 71 */ 72 72 void Campaign::loadParams(const TiXmlElement* root) … … 83 83 /** 84 84 \brief loads a WorldList 85 \param root: the XML-element to load from85 * @param root: the XML-element to load from 86 86 */ 87 87 void Campaign::loadWorldListParams(const TiXmlElement* root) … … 200 200 201 201 /** 202 \briefadds an game stroy entity to the campaign203 204 \param se: The entity205 \param storyID: The number that identifies the entity in the campaign. Each ID only used once in a Campaign202 * adds an game stroy entity to the campaign 203 204 * @param se: The entity 205 * @param storyID: The number that identifies the entity in the campaign. Each ID only used once in a Campaign 206 206 207 207 An entity can be a world (playable), a cinematic, a shop, sounds, whatever you … … 253 253 /* 254 254 \brief lookup a entity with a given id 255 \param story id to be lookuped256 \returns the entity found or NULL if search ended without match255 * @param story id to be lookuped 256 @returns the entity found or NULL if search ended without match 257 257 */ 258 258 StoryEntity* Campaign::getStoryEntity(int storyID)
Note: See TracChangeset
for help on using the changeset viewer.