35 #ifndef _QuestHint_H__ 36 #define _QuestHint_H__ 89 bool setQuest(
Quest* quest);
96 {
return this->quest_; }
QuestHintStatus
The state of the QuestHint.
Definition: QuestHint.h:52
Definition of the QuestItem class.
std::map< const PlayerInfo *, QuestHintStatus > playerStatus_
List of the states for each player, with the Player-pointer as key.
Definition: QuestHint.h:100
Represents a Quest in the game.
Definition: Quest.h:77
xmlelement
Definition: Super.h:519
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
Quest * quest_
The Quest the QuestHint belongs to.
Definition: QuestHint.h:99
Shared library macros, enums, constants and forward declarations for the questsystem module ...
Definition: PlayerInfo.h:39
Quest * getQuest(void)
Returns the Quest the QuestHint is attached to.
Definition: QuestHint.h:95
Represents a hint in the game that gives aid towards completing a Quest.
Definition: QuestHint.h:76
Functions as a base class for quest classes such as Quest or QuestHint.
Definition: QuestItem.h:58
#define _QuestsystemExport
Definition: QuestsystemPrereqs.h:60