CommonLibSSE (powerof3)
ExtraCellAcousticSpace.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
BGSAcousticSpace;
9
10
class
ExtraCellAcousticSpace
:
public
BSExtraData
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraCellAcousticSpace
;
14
inline
static
constexpr
auto
VTABLE
=
VTABLE_ExtraCellAcousticSpace
;
15
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kCellAcousticSpace
;
16
17
virtual
~ExtraCellAcousticSpace
();
// 00
18
19
// override (BSExtraData)
20
virtual
ExtraDataType
GetType
()
const override
;
// 01 - { return kCellAcousticSpace; }
21
virtual
bool
IsNotEqual
(
const
BSExtraData
* a_rhs)
const override
;
// 02 - { return space != a_rhs->space; }
22
23
// members
24
BGSAcousticSpace
*
space
;
// 10
25
};
26
static_assert(
sizeof
(
ExtraCellAcousticSpace
) == 0x18);
27
}
BSExtraData.h
ExtraDataTypes.h
RE::BGSAcousticSpace
Definition:
BGSAcousticSpace.h:9
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraCellAcousticSpace
Definition:
ExtraCellAcousticSpace.h:11
RE::ExtraCellAcousticSpace::GetType
virtual ExtraDataType GetType() const override
RE::ExtraCellAcousticSpace::IsNotEqual
virtual bool IsNotEqual(const BSExtraData *a_rhs) const override
RE::ExtraCellAcousticSpace::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraCellAcousticSpace.h:15
RE::ExtraCellAcousticSpace::space
BGSAcousticSpace * space
Definition:
ExtraCellAcousticSpace.h:24
RE::ExtraCellAcousticSpace::VTABLE
static constexpr auto VTABLE
Definition:
ExtraCellAcousticSpace.h:14
RE::ExtraCellAcousticSpace::~ExtraCellAcousticSpace
virtual ~ExtraCellAcousticSpace()
RE::ExtraCellAcousticSpace::RTTI
static constexpr auto RTTI
Definition:
ExtraCellAcousticSpace.h:13
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraCellAcousticSpace
constexpr REL::ID RTTI_ExtraCellAcousticSpace(static_cast< std::uint64_t >(684758))
RE::VTABLE_ExtraCellAcousticSpace
constexpr std::array< REL::ID, 1 > VTABLE_ExtraCellAcousticSpace
Definition:
Offsets_VTABLE.h:11497
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kCellAcousticSpace
@ kCellAcousticSpace
CommonLibSSE
include
RE
E
ExtraCellAcousticSpace.h
Generated by
1.9.1