Changeset 7298 for code/branches/doc/src/modules/questsystem/AddQuestHint.h
- Timestamp:
- Aug 31, 2010, 8:56:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/modules/questsystem/AddQuestHint.h
r5781 r7298 46 46 Adds a QuestHint, resp. activates the QuestHint of the given id for the player the QuestEffect is invoked on. 47 47 48 Creating a AddQuestHint through XML goes as follows:48 Creating a AddQuestHint through XML goes as follows: 49 49 50 @code 50 51 <AddQuestHint hintId="id" /> //Where id is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information, and identifies the QuestHint that should be added. 52 @endcode 51 53 @author 52 54 Damian 'Mozork' Frick
Note: See TracChangeset
for help on using the changeset viewer.