CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraCellMusicType.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
BGSMusicType;
9
10
class
ExtraCellMusicType
:
public
BSExtraData
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraCellMusicType
;
14
inline
static
auto
EXTRADATATYPE
=
ExtraDataType::kCellMusicType
;
15
16
~ExtraCellMusicType
()
override
;
// 00
17
18
// override (BSExtraData)
19
ExtraDataType
GetType
()
const override
;
// 01 - { return kCellMusicType; }
20
bool
IsNotEqual
(
const
BSExtraData
* a_rhs)
const override
;
// 02 - { return type != a_rhs->type; }
21
22
// members
23
BGSMusicType
*
type
;
// 10
24
};
25
static_assert
(
sizeof
(
ExtraCellMusicType
) == 0x18);
26
}
BSExtraData.h
ExtraDataTypes.h
RE::BGSMusicType
Definition
BGSMusicType.h:13
RE::BSExtraData
Definition
BSExtraData.h:9
RE::ExtraCellMusicType
Definition
ExtraCellMusicType.h:11
RE::ExtraCellMusicType::~ExtraCellMusicType
~ExtraCellMusicType() override
RE::ExtraCellMusicType::IsNotEqual
bool IsNotEqual(const BSExtraData *a_rhs) const override
RE::ExtraCellMusicType::type
BGSMusicType * type
Definition
ExtraCellMusicType.h:23
RE::ExtraCellMusicType::RTTI
static constexpr auto RTTI
Definition
ExtraCellMusicType.h:13
RE::ExtraCellMusicType::EXTRADATATYPE
static auto EXTRADATATYPE
Definition
ExtraCellMusicType.h:14
RE::ExtraCellMusicType::GetType
ExtraDataType GetType() const override
RE
Definition
AbsorbEffect.h:6
RE::ExtraDataType
ExtraDataType
Definition
ExtraDataTypes.h:173
RE::ExtraDataType::kCellMusicType
@ kCellMusicType
RE::RTTI_ExtraCellMusicType
constexpr REL::VariantID RTTI_ExtraCellMusicType(684757, 392425, 0x1ed94c0)
CommonLibSSE-NG
include
RE
E
ExtraCellMusicType.h
Generated by
1.9.7