CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
ExtraCellSkyRegion.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSExtraData.h"
5
6namespace RE
7{
8 class TESRegion;
9
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_ExtraCellSkyRegion;
14 inline static constexpr auto EXTRADATATYPE = ExtraDataType::kCellSkyRegion;
15
16 ~ExtraCellSkyRegion() override; // 00
17
18 // override (BSExtraData)
19 ExtraDataType GetType() const override; // 01 - { return kCellSkyRegion; }
20 bool IsNotEqual(const BSExtraData* a_rhs) const override; // 02 - { return skyRegion != a_rhs->skyRegion; }
21
22 // members
24 };
25 static_assert(sizeof(ExtraCellSkyRegion) == 0x18);
26}
Definition: BSExtraData.h:9
Definition: ExtraCellSkyRegion.h:11
TESRegion * skyRegion
Definition: ExtraCellSkyRegion.h:23
bool IsNotEqual(const BSExtraData *a_rhs) const override
static constexpr auto EXTRADATATYPE
Definition: ExtraCellSkyRegion.h:14
~ExtraCellSkyRegion() override
ExtraDataType GetType() const override
static constexpr auto RTTI
Definition: ExtraCellSkyRegion.h:13
Definition: TESRegion.h:44
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_ExtraCellSkyRegion
Definition: Offsets_RTTI.h:4646
ExtraDataType
Definition: ExtraDataTypes.h:173