CommonLibVR
BGSMenuIcon.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/F/FormTypes.h
"
4
#include "
RE/T/TESForm.h
"
5
#include "
RE/T/TESIcon.h
"
6
7
namespace
RE
8
{
9
class
BGSMenuIcon
:
10
public
TESForm
,
// 00
11
public
TESIcon
// 20
12
{
13
public
:
14
inline
static
constexpr
auto
RTTI
=
RTTI_BGSMenuIcon
;
15
inline
static
constexpr
auto
VTABLE
=
VTABLE_BGSMenuIcon
;
16
inline
static
constexpr
auto
FORMTYPE
=
FormType::MenuIcon
;
17
18
struct
RecordFlags
19
{
20
enum
RecordFlag
: std::uint32_t
21
{
22
};
23
};
24
25
~BGSMenuIcon
()
override
;
// 00
26
27
// override (TESForm)
28
bool
Load
(
TESFile
* a_mod)
override
;
// 06 - { return true; }
29
private
:
30
KEEP_FOR_RE
()
31
};
32
static_assert(
sizeof
(
BGSMenuIcon
) == 0x30);
33
}
FormTypes.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
TESForm.h
TESIcon.h
RE::BGSMenuIcon
Definition:
BGSMenuIcon.h:12
RE::BGSMenuIcon::RTTI
static constexpr auto RTTI
Definition:
BGSMenuIcon.h:14
RE::BGSMenuIcon::VTABLE
static constexpr auto VTABLE
Definition:
BGSMenuIcon.h:15
RE::BGSMenuIcon::~BGSMenuIcon
~BGSMenuIcon() override
RE::BGSMenuIcon::Load
bool Load(TESFile *a_mod) override
RE::BGSMenuIcon::FORMTYPE
static constexpr auto FORMTYPE
Definition:
BGSMenuIcon.h:16
RE::TESFile
Definition:
TESFile.h:17
RE::TESForm
Definition:
TESForm.h:40
RE::TESIcon
Definition:
TESIcon.h:8
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_BGSMenuIcon
constexpr REL::ID RTTI_BGSMenuIcon(static_cast< std::uint64_t >(513993))
RE::VTABLE_BGSMenuIcon
constexpr std::array< REL::ID, 2 > VTABLE_BGSMenuIcon
Definition:
Offsets_VTABLE.h:8651
RE::FormType::MenuIcon
@ MenuIcon
RE::BGSMenuIcon::RecordFlags
Definition:
BGSMenuIcon.h:19
RE::BGSMenuIcon::RecordFlags::RecordFlag
RecordFlag
Definition:
BGSMenuIcon.h:21
CommonLibVR
include
RE
B
BGSMenuIcon.h
Generated by
1.9.1