Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5652 in orxonox.OLD for trunk/src/story_entities/campaign.cc


Ignore:
Timestamp:
Nov 20, 2005, 6:32:39 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: new LoadParam procedure with all NON-cycling load-options, and it works perfectly (on first sight :))

now going to make the same for cycling LoadOptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/campaign.cc

    r5651 r5652  
    7575  static_cast<BaseObject*>(this)->loadParams(root);
    7676
    77   //LoadParam<Campaign>(root, "identifier", this, &Campaign::setStoryID)
    7877  LoadParamNEW(root, "identifier", this, Campaign, setStoryID)
    7978     .describe("A Unique Identifier for this Campaign");
    8079
    81 //  LoadParam<Campaign>(root, "WorldList", this, &Campaign::loadWorldListParams)
    8280   LoadParamXML(root, "WorldList", this, Campaign, loadWorldListParams)
    8381      .describe("A List of Worlds to be loaded in this Campaign");
Note: See TracChangeset for help on using the changeset viewer.