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/AddQuestHint.h

    r7298 r7310  
    4949
    5050        @code
    51         <AddQuestHint hintId="id" />  //Where id is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information, and identifies the QuestHint that should be added.
     51        <AddQuestHint hintId="id" />  //Where id identifies the QuestHint that should be added.
    5252        @endcode
    5353    @author
Note: See TracChangeset for help on using the changeset viewer.