CommonLibSSE (powerof3)
BGSMenuDisplayObject.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BaseFormComponent.h
"
4
5
namespace
RE
6
{
7
class
TESBoundObject;
8
9
class
BGSMenuDisplayObject
:
public
BaseFormComponent
10
{
11
public
:
12
inline
static
constexpr
auto
RTTI
=
RTTI_BGSMenuDisplayObject
;
13
inline
static
constexpr
auto
VTABLE
=
VTABLE_BGSMenuDisplayObject
;
14
15
~BGSMenuDisplayObject
()
override
;
// 00
16
17
// override (BaseFormComponent)
18
void
InitializeDataComponent
()
override
;
// 01
19
void
ClearDataComponent
()
override
;
// 02 - { return; }
20
void
CopyComponent
(
BaseFormComponent
* a_rhs)
override
;
// 03
21
22
// add
23
[[nodiscard]]
virtual
TESBoundObject
*
GetMenuDisplayObject
()
const
;
// 04 - { return menuDispObject; }
24
25
// members
26
TESBoundObject
*
menuDispObject
;
// 08 - MDOB
27
};
28
static_assert(
sizeof
(
BGSMenuDisplayObject
) == 0x10);
29
}
BaseFormComponent.h
RE::BGSMenuDisplayObject
Definition:
BGSMenuDisplayObject.h:10
RE::BGSMenuDisplayObject::RTTI
static constexpr auto RTTI
Definition:
BGSMenuDisplayObject.h:12
RE::BGSMenuDisplayObject::CopyComponent
void CopyComponent(BaseFormComponent *a_rhs) override
RE::BGSMenuDisplayObject::menuDispObject
TESBoundObject * menuDispObject
Definition:
BGSMenuDisplayObject.h:26
RE::BGSMenuDisplayObject::ClearDataComponent
void ClearDataComponent() override
RE::BGSMenuDisplayObject::~BGSMenuDisplayObject
~BGSMenuDisplayObject() override
RE::BGSMenuDisplayObject::GetMenuDisplayObject
virtual TESBoundObject * GetMenuDisplayObject() const
RE::BGSMenuDisplayObject::InitializeDataComponent
void InitializeDataComponent() override
RE::BGSMenuDisplayObject::VTABLE
static constexpr auto VTABLE
Definition:
BGSMenuDisplayObject.h:13
RE::BaseFormComponent
Definition:
BaseFormComponent.h:8
RE::TESBoundObject
Definition:
TESBoundObject.h:24
RE
Definition:
AbsorbEffect.h:6
RE::VTABLE_BGSMenuDisplayObject
constexpr std::array< REL::ID, 1 > VTABLE_BGSMenuDisplayObject
Definition:
Offsets_VTABLE.h:8650
RE::RTTI_BGSMenuDisplayObject
constexpr REL::ID RTTI_BGSMenuDisplayObject(static_cast< std::uint64_t >(513875))
CommonLibSSE
include
RE
B
BGSMenuDisplayObject.h
Generated by
1.9.1