![]() |
TrinityCore
|
#include <QuestDef.h>
Public Attributes | |
| QuestStatus | Status = QUEST_STATUS_NONE |
| uint32 | Timer = 0 |
| uint16 | ItemCount [QUEST_ITEM_OBJECTIVES_COUNT] = { } |
| uint16 | CreatureOrGOCount [QUEST_OBJECTIVES_COUNT] = { } |
| uint16 | PlayerCount = 0 |
| bool | Explored = false |
Definition at line 418 of file QuestDef.h.
| uint16 QuestStatusData::CreatureOrGOCount[QUEST_OBJECTIVES_COUNT] = { } |
Definition at line 423 of file QuestDef.h.
| bool QuestStatusData::Explored = false |
Definition at line 425 of file QuestDef.h.
| uint16 QuestStatusData::ItemCount[QUEST_ITEM_OBJECTIVES_COUNT] = { } |
Definition at line 422 of file QuestDef.h.
| uint16 QuestStatusData::PlayerCount = 0 |
Definition at line 424 of file QuestDef.h.
| QuestStatus QuestStatusData::Status = QUEST_STATUS_NONE |
Definition at line 420 of file QuestDef.h.
| uint32 QuestStatusData::Timer = 0 |
Definition at line 421 of file QuestDef.h.