Changeset 7401 for code/trunk/src/modules/questsystem/LocalQuest.h
- Timestamp:
- Sep 11, 2010, 12:34:00 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/doc (added) merged: 7290-7292,7296-7300,7302-7304,7306-7312,7315-7318,7323,7325,7327,7331-7332,7334-7335,7345-7347,7352-7353,7356-7357,7361,7363-7367,7371-7375,7388
- Property svn:mergeinfo changed
-
code/trunk/src/modules/questsystem/LocalQuest.h
r5781 r7401 49 49 Creating a LocalQuest through XML goes as follows: 50 50 51 <LocalQuest id="questId"> //Where questId is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information 51 @code 52 <LocalQuest id="questId"> 52 53 <QuestDescription title="Title" description="Description." /> //The description of the quest. 53 54 <subquests> … … 72 73 </complete-effects> 73 74 </LocalQuest> 75 @endcode 74 76 @author 75 77 Damian 'Mozork' Frick
Note: See TracChangeset
for help on using the changeset viewer.