CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
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
14
~BGSMenuDisplayObject
()
override
;
// 00
15
16
// override (BaseFormComponent)
17
void
InitializeDataComponent
()
override
;
// 01
18
void
ClearDataComponent
()
override
;
// 02 - { return; }
19
void
CopyComponent
(
BaseFormComponent
* a_rhs)
override
;
// 03
20
21
// add
22
[[nodiscard]]
virtual
TESBoundObject
*
GetMenuDisplayObject
()
const
;
// 04 - { return menuDispObject; }
23
24
// members
25
TESBoundObject
*
menuDispObject
;
// 08 - MDOB
26
};
27
static_assert
(
sizeof
(
BGSMenuDisplayObject
) == 0x10);
28
}
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:25
RE::BGSMenuDisplayObject::ClearDataComponent
void ClearDataComponent() override
RE::BGSMenuDisplayObject::GetMenuDisplayObject
virtual TESBoundObject * GetMenuDisplayObject() const
RE::BGSMenuDisplayObject::~BGSMenuDisplayObject
~BGSMenuDisplayObject() override
RE::BGSMenuDisplayObject::InitializeDataComponent
void InitializeDataComponent() override
RE::BaseFormComponent
Definition:
BaseFormComponent.h:8
RE::TESBoundObject
Definition:
TESBoundObject.h:24
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_BGSMenuDisplayObject
constexpr REL::ID RTTI_BGSMenuDisplayObject
Definition:
Offsets_RTTI.h:1328
CommonLibSSE
include
RE
B
BGSMenuDisplayObject.h
Generated by
1.9.6