CommonLibSSE (Parapets fork)
|
#include <BGSEncounterZone.h>
Public Types | |
enum class | Flag { kNone = 0 , kNeverResets = 1 << 0 , kMatchPCBelowMinimumLevel = 1 << 1 , kDisableCombatBoundary = 1 << 2 } |
Public Attributes | |
TESFaction * | zoneOwner |
BGSLocation * | location |
std::int8_t | ownerRank |
std::int8_t | minLevel |
stl::enumeration< Flag, std::uint8_t > | flags |
std::int8_t | maxLevel |
std::uint32_t | pad14 |
|
strong |
stl::enumeration<Flag, std::uint8_t> RE::ENCOUNTER_ZONE_DATA::flags |
BGSLocation* RE::ENCOUNTER_ZONE_DATA::location |
std::int8_t RE::ENCOUNTER_ZONE_DATA::maxLevel |
std::int8_t RE::ENCOUNTER_ZONE_DATA::minLevel |
std::int8_t RE::ENCOUNTER_ZONE_DATA::ownerRank |
std::uint32_t RE::ENCOUNTER_ZONE_DATA::pad14 |
TESFaction* RE::ENCOUNTER_ZONE_DATA::zoneOwner |