Changeset 8843 for code/branches/ai2/src/modules/questsystem/QuestManager.h
- Timestamp:
- Aug 14, 2011, 6:45:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/modules/questsystem/QuestManager.h
r8842 r8843 84 84 85 85 QuestDescription* getDescription(Quest* item); //!< Get the QuestDescription of the input Quest. 86 QuestDescription* get HintDescription(QuestHint* item); //!< Get the QuestDescription of the input QuestHint.86 QuestDescription* getDescription(QuestHint* item); //!< Get the QuestDescription of the input QuestHint. 87 87 88 88 const std::string getId(Quest* item) const; //!< Get the id of the input Quest. 89 const std::string get HintId(QuestHint* item) const; //!< Get the id of the input QuestHint.89 const std::string getId(QuestHint* item) const; //!< Get the id of the input QuestHint. 90 90 // tolua_end 91 91
Note: See TracChangeset
for help on using the changeset viewer.