Changeset 7484 for code/trunk/src/modules/questsystem
- Timestamp:
- Sep 23, 2010, 1:00:42 PM (14 years ago)
- Location:
- code/trunk/src/modules/questsystem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/QuestEffectBeacon.cc
r7456 r7484 52 52 Constructor. Registers the object and initializes defaults. 53 53 */ 54 //TODO: Make just BaseObject?55 54 QuestEffectBeacon::QuestEffectBeacon(BaseObject* creator) : StaticEntity(creator) 56 55 { -
code/trunk/src/modules/questsystem/QuestManager.h
r7456 r7484 50 50 @brief 51 51 Is a Singleton and manages @ref orxonox::Quest "Quests", by registering every @ref orxonox::Quest "Quest" / @ref orxonox::QuestHint "QuestHint" (through registerX()) and making them globally accessible (through findX()). 52 @ref orxonox::Quest "Quests" (and @ref orxonox::QuestHint 2) are registered in the QuestManager with their id, and can be accessed in the same way.52 @ref orxonox::Quest "Quests" (and @ref orxonox::QuestHint "QuestHints") are registered in the QuestManager with their id, and can be accessed in the same way. 53 53 @author 54 54 Damian 'Mozork' Frick
Note: See TracChangeset
for help on using the changeset viewer.