Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2008, 4:31:36 PM (15 years ago)
Author:
dafrick
Message:

Some cleanup…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem2/src/orxonox/objects/quest/LocalQuest.h

    r2205 r2251  
    3030    @file LocalQuest.h
    3131    @brief
    32         Definition of the LocalQuest class.
     32    Definition of the LocalQuest class.
    3333*/
    3434
     
    5656            <QuestDescription title="Title" description="Description." /> //The description of the quest.
    5757            <subquests>
    58                 <Quest id ="questId1" /> //A list of n subquest, be aware, each of the <Quest /> tags must have a description and so on and so forth as well.
    59                 ...
    60                 <Quest id="questIdn" />
    61             </subquests>
    62             <hints>
    63                 <QuestHint id="hintId1" /> //A list of n QuestHints, see QuestHint for the full XML representation of those.
    64                 ...
    65                 <QuestHint id="hintIdn" />
    66             </hints>
     58        <Quest id ="questId1" /> //A list of n subquest, be aware, each of the <Quest /> tags must have a description and so on and so forth as well.
     59        ...
     60        <Quest id="questIdn" />
     61        </subquests>
     62        <hints>
     63        <QuestHint id="hintId1" /> //A list of n QuestHints, see QuestHint for the full XML representation of those.
     64        ...
     65        <QuestHint id="hintIdn" />
     66        </hints>
    6767            <fail-effects>
    6868                <QuestEffect /> //A list of QuestEffects, invoked when the Quest is failed, see QuestEffect for the full XML representation.
Note: See TracChangeset for help on using the changeset viewer.