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.cc

    r7307 r7310  
    7777    /**
    7878    @brief
    79         Sets the id of the QuestItem. The id must be of GUID form.
     79        Sets the id of the QuestItem.
     80        The id can be any string and must be unique in the context it is used (commonly a level file). To ensure uniqueness one could use GUIDs, however they are in general less readable, so make your own choice.
    8081    @see
    8182        http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure
Note: See TracChangeset for help on using the changeset viewer.