CommonLibSSE NG
Loading...
Searching...
No Matches
BGSMenuDisplayObject.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class TESBoundObject;
8
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
26 };
27 static_assert(sizeof(BGSMenuDisplayObject) == 0x10);
28}
Definition BGSMenuDisplayObject.h:10
static constexpr auto RTTI
Definition BGSMenuDisplayObject.h:12
void CopyComponent(BaseFormComponent *a_rhs) override
TESBoundObject * menuDispObject
Definition BGSMenuDisplayObject.h:25
void ClearDataComponent() override
virtual TESBoundObject * GetMenuDisplayObject() const
~BGSMenuDisplayObject() override
void InitializeDataComponent() override
Definition BaseFormComponent.h:8
Definition TESBoundObject.h:24
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BGSMenuDisplayObject(513875, 392260, 0x1ed75b8)