Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2010, 11:58:35 AM (14 years ago)
Author:
dafrick
Message:

Removed necessity for GUID as id for quests, since it is not very readable in the level file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/modules/questsystem/QuestItem.h

    r7163 r7310  
    9898
    9999        private:
    100             std::string id_; //!< Identifier. Should be of GUID form: http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure
     100            std::string id_; //!< Identifier. Must be unique.
    101101            QuestDescription* description_; //!< The QuestDescription of the QuestItem.
    102102
Note: See TracChangeset for help on using the changeset viewer.