CommonLibVR
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 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
27 private:
29 };
30 static_assert(sizeof(BGSMenuDisplayObject) == 0x10);
31}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition BGSMenuDisplayObject.h:10
static constexpr auto RTTI
Definition BGSMenuDisplayObject.h:12
void CopyComponent(BaseFormComponent *a_rhs) override
TESBoundObject * menuDispObject
Definition BGSMenuDisplayObject.h:26
void ClearDataComponent() override
virtual TESBoundObject * GetMenuDisplayObject() const
~BGSMenuDisplayObject() override
void InitializeDataComponent() override
static constexpr auto VTABLE
Definition BGSMenuDisplayObject.h:13
Definition BaseFormComponent.h:8
Definition TESBoundObject.h:26
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_BGSMenuDisplayObject
Definition Offsets_VTABLE.h:8650
constexpr REL::ID RTTI_BGSMenuDisplayObject(static_cast< std::uint64_t >(513875))