#include "OrxonoxPrereqs.h"
#include <map>
#include "QuestItem.h"
Namespaces | |
namespace | orxonox |
namespace | orxonox::QuestHintStatus |
Classes | |
class | orxonox::QuestHint |
Represents a hint in the game towards completing a Quest. Consists of title and description (which is stored in a QuestDescription object) in textual form and must belong to a quest. A QuestHint has a defined status (inactive or active, where inactive is default) for each player, which means each a QuestHint exists only once for all players, it doesn't belong to a player, it just has different states for each of them. More... | |
Enumerations | |
enum | orxonox::QuestHintStatus::Value { orxonox::QuestHintStatus::Inactive, orxonox::QuestHintStatus::Active } |
The state of the hint. More... |