#include <TESQuest.h>
|
enum class | Type {
kNone = 0
, kMainQuest = 1
, kMagesGuild = 2
, kThievesGuild = 3
,
kDarkBrotherhood = 4
, kCompanionsQuest = 5
, kMiscellaneous = 6
, kDaedric = 7
,
kSideQuest = 8
, kCivilWar = 9
, kDLC01_Vampire = 10
, kDLC02_Dragonborn = 11
} |
|
◆ Type
Enumerator |
---|
kNone | |
kMainQuest | |
kMagesGuild | |
kThievesGuild | |
kDarkBrotherhood | |
kCompanionsQuest | |
kMiscellaneous | |
kDaedric | |
kSideQuest | |
kCivilWar | |
kDLC01_Vampire | |
kDLC02_Dragonborn | |
◆ flags
◆ priority
std::int8_t RE::QUEST_DATA::priority |
◆ questDelayTime
float RE::QUEST_DATA::questDelayTime |
◆ questType
The documentation for this struct was generated from the following file: