CommonLibVR
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
constexpr
auto
VTABLE
=
VTABLE_ExtraCellWaterType
;
15
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kCellWaterType
;
16
17
~ExtraCellWaterType
()
override
;
// 00
18
19
// override (BSExtraData)
20
ExtraDataType
GetType
()
const override
;
// 01 - { return kCellWaterType; }
21
bool
IsNotEqual
(
const
BSExtraData
* a_rhs)
const override
;
// 02 - { return water != a_rhs->water; }
22
23
// members
24
TESWaterForm
*
water
;
// 10
25
private
:
26
KEEP_FOR_RE
()
27
};
28
static_assert(
sizeof
(
ExtraCellWaterType
) == 0x18);
29
}
BSExtraData.h
ExtraDataTypes.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraCellWaterType
Definition:
ExtraCellWaterType.h:11
RE::ExtraCellWaterType::VTABLE
static constexpr auto VTABLE
Definition:
ExtraCellWaterType.h:14
RE::ExtraCellWaterType::~ExtraCellWaterType
~ExtraCellWaterType() override
RE::ExtraCellWaterType::IsNotEqual
bool IsNotEqual(const BSExtraData *a_rhs) const override
RE::ExtraCellWaterType::water
TESWaterForm * water
Definition:
ExtraCellWaterType.h:24
RE::ExtraCellWaterType::RTTI
static constexpr auto RTTI
Definition:
ExtraCellWaterType.h:13
RE::ExtraCellWaterType::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraCellWaterType.h:15
RE::ExtraCellWaterType::GetType
ExtraDataType GetType() const override
RE::TESWaterForm
Definition:
TESWaterForm.h:83
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraCellWaterType
constexpr REL::ID RTTI_ExtraCellWaterType(static_cast< std::uint64_t >(684759))
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kCellWaterType
@ kCellWaterType
RE::VTABLE_ExtraCellWaterType
constexpr std::array< REL::ID, 1 > VTABLE_ExtraCellWaterType
Definition:
Offsets_VTABLE.h:11503
CommonLibVR
include
RE
E
ExtraCellWaterType.h
Generated by
1.9.1