Changeset 7298 for code/branches/doc/src/modules/questsystem/LocalQuest.h
- Timestamp:
- Aug 31, 2010, 8:56:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/modules/questsystem/LocalQuest.h
r5781 r7298 49 49 Creating a LocalQuest through XML goes as follows: 50 50 51 @code 51 52 <LocalQuest id="questId"> //Where questId is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information 52 53 <QuestDescription title="Title" description="Description." /> //The description of the quest. … … 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.