Changeset 8447 for code/branches/tutoriallevel2/src/modules/questsystem
- Timestamp:
- May 11, 2011, 10:44:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutoriallevel2/src/modules/questsystem/QuestManager.cc
r8371 r8447 318 318 @param player 319 319 The player. 320 @return Returns the number of QuestHints of the input Quest for the input player. 320 @return 321 Returns the number of QuestHints of the input Quest for the input player. 321 322 */ 322 323 int QuestManager::getNumHints(Quest* quest, PlayerInfo* player) … … 341 342 @param index 342 343 The index of the QuestHint. 344 @return 345 Returns a pointer to the index-th QuestHint of the input Quest for the input player. 343 346 */ 344 347 QuestHint* QuestManager::getHints(Quest* quest, PlayerInfo* player, int index) … … 355 358 /** 356 359 @brief 357 Get the parent-quest of the input Quest for the input player.360 Get the parent-quest of the input Quest. 358 361 @param quest 359 362 The Quest to get the parent-quest of. 360 @ param player361 The player.363 @return 364 Returns a pointer to the parent-quest of the input Quest. 362 365 */ 363 366 Quest* QuestManager::getParentQuest(Quest* quest)
Note: See TracChangeset
for help on using the changeset viewer.