Changeset 7456 for code/trunk/src/modules/questsystem/LocalQuest.h
- Timestamp:
- Sep 15, 2010, 7:29:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/LocalQuest.h
r7401 r7456 28 28 29 29 /** 30 @file 30 @file LocalQuest.h 31 31 @brief Definition of the LocalQuest class. 32 @ingroup Questsystem 32 33 */ 33 34 … … 44 45 /** 45 46 @brief 46 Handles Questswhich have different states for different players.47 LocalQuests have (as opposed to GlobalQuests) a different state for each player, that means if for one player the status of the Questchanges it does not for all the other players which also possess this quest.47 Handles @ref orxonox::Quest "Quests" which have different states for different players. 48 LocalQuests have (as opposed to @ref orxonox::GlobalQuest "GlobalQuests") a different state for each player, that means if for one player the status of the @ref orxonox::Quest "Quest" changes it does not for all the other players which also possess this quest. 48 49 49 50 Creating a LocalQuest through XML goes as follows: 50 51 51 @code 52 52 <LocalQuest id="questId">
Note: See TracChangeset
for help on using the changeset viewer.