CommonLibSSE (powerof3)
BGSLoadFormBuffer.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BGSLoadFormData.h
"
4
#include "
RE/B/BGSLoadGameBuffer.h
"
5
6
namespace
RE
7
{
8
class
BGSLoadFormBuffer
:
9
public
BGSLoadGameBuffer
,
// 00
10
public
BGSLoadFormData
// 28
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_BGSLoadFormBuffer
;
14
inline
static
constexpr
auto
VTABLE
=
VTABLE_BGSLoadFormBuffer
;
15
16
~BGSLoadFormBuffer
()
override
;
17
18
// override (BGSLoadGameBuffer)
19
std::uint8_t
GetVersion
(
void
)
override
;
// 01 - { return version; }
20
};
21
static_assert(
sizeof
(
BGSLoadFormBuffer
) == 0x50);
22
}
BGSLoadFormData.h
BGSLoadGameBuffer.h
RE::BGSLoadFormBuffer
Definition:
BGSLoadFormBuffer.h:11
RE::BGSLoadFormBuffer::RTTI
static constexpr auto RTTI
Definition:
BGSLoadFormBuffer.h:13
RE::BGSLoadFormBuffer::VTABLE
static constexpr auto VTABLE
Definition:
BGSLoadFormBuffer.h:14
RE::BGSLoadFormBuffer::GetVersion
std::uint8_t GetVersion(void) override
RE::BGSLoadFormBuffer::~BGSLoadFormBuffer
~BGSLoadFormBuffer() override
RE::BGSLoadFormData
Definition:
BGSLoadFormData.h:8
RE::BGSLoadGameBuffer
Definition:
BGSLoadGameBuffer.h:6
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_BGSLoadFormBuffer
constexpr REL::ID RTTI_BGSLoadFormBuffer(static_cast< std::uint64_t >(684846))
RE::VTABLE_BGSLoadFormBuffer
constexpr std::array< REL::ID, 1 > VTABLE_BGSLoadFormBuffer
Definition:
Offsets_VTABLE.h:8643
CommonLibSSE
include
RE
B
BGSLoadFormBuffer.h
Generated by
1.9.1