CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraCellWaterType.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BSExtraData.h
"
4
#include "
RE/E/ExtraDataTypes.h
"
5
6
namespace
RE
7
{
8
class
TESWaterForm;
9
10
class
ExtraCellWaterType
:
public
BSExtraData
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraCellWaterType
;
14
inline
static
auto
EXTRADATATYPE
=
ExtraDataType::kCellWaterType
;
15
16
~ExtraCellWaterType
()
override
;
// 00
17
18
// override (BSExtraData)
19
ExtraDataType
GetType
()
const override
;
// 01 - { return kCellWaterType; }
20
bool
IsNotEqual
(
const
BSExtraData
* a_rhs)
const override
;
// 02 - { return water != a_rhs->water; }
21
22
// members
23
TESWaterForm
*
water
;
// 10
24
};
25
static_assert
(
sizeof
(
ExtraCellWaterType
) == 0x18);
26
}
BSExtraData.h
ExtraDataTypes.h
RE::BSExtraData
Definition
BSExtraData.h:9
RE::ExtraCellWaterType
Definition
ExtraCellWaterType.h:11
RE::ExtraCellWaterType::~ExtraCellWaterType
~ExtraCellWaterType() override
RE::ExtraCellWaterType::IsNotEqual
bool IsNotEqual(const BSExtraData *a_rhs) const override
RE::ExtraCellWaterType::water
TESWaterForm * water
Definition
ExtraCellWaterType.h:23
RE::ExtraCellWaterType::RTTI
static constexpr auto RTTI
Definition
ExtraCellWaterType.h:13
RE::ExtraCellWaterType::EXTRADATATYPE
static auto EXTRADATATYPE
Definition
ExtraCellWaterType.h:14
RE::ExtraCellWaterType::GetType
ExtraDataType GetType() const override
RE::TESWaterForm
Definition
TESWaterForm.h:83
RE
Definition
AbsorbEffect.h:6
RE::ExtraDataType
ExtraDataType
Definition
ExtraDataTypes.h:173
RE::ExtraDataType::kCellWaterType
@ kCellWaterType
RE::RTTI_ExtraCellWaterType
constexpr REL::VariantID RTTI_ExtraCellWaterType(684759, 392427, 0x1ed9520)
CommonLibSSE-NG
include
RE
E
ExtraCellWaterType.h
Generated by
1.9.7