CommonLibVR
ExtraStartingWorldOrCell.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BSExtraData.h
"
4
#include "
RE/E/ExtraDataTypes.h
"
5
6
namespace
RE
7
{
8
class
TESForm;
9
10
class
ExtraStartingWorldOrCell
:
public
BSExtraData
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraStartingWorldOrCell
;
14
inline
static
constexpr
auto
VTABLE
=
VTABLE_ExtraStartingWorldOrCell
;
15
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kStartingWorldOrCell
;
16
17
virtual
~ExtraStartingWorldOrCell
();
// 00
18
19
// override (BSExtraData)
20
virtual
ExtraDataType
GetType
()
const override
;
// 01 - { return kStartingWorldOrCell; }
21
22
// members
23
TESForm
*
startingWorldOrCell
;
// 10
24
private
:
25
KEEP_FOR_RE
()
26
};
27
static_assert(
sizeof
(
ExtraStartingWorldOrCell
) == 0x18);
28
}
BSExtraData.h
ExtraDataTypes.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraStartingWorldOrCell
Definition:
ExtraStartingWorldOrCell.h:11
RE::ExtraStartingWorldOrCell::GetType
virtual ExtraDataType GetType() const override
RE::ExtraStartingWorldOrCell::startingWorldOrCell
TESForm * startingWorldOrCell
Definition:
ExtraStartingWorldOrCell.h:23
RE::ExtraStartingWorldOrCell::RTTI
static constexpr auto RTTI
Definition:
ExtraStartingWorldOrCell.h:13
RE::ExtraStartingWorldOrCell::~ExtraStartingWorldOrCell
virtual ~ExtraStartingWorldOrCell()
RE::ExtraStartingWorldOrCell::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraStartingWorldOrCell.h:15
RE::ExtraStartingWorldOrCell::VTABLE
static constexpr auto VTABLE
Definition:
ExtraStartingWorldOrCell.h:14
RE::TESForm
Definition:
TESForm.h:40
RE
Definition:
AbsorbEffect.h:6
RE::VTABLE_ExtraStartingWorldOrCell
constexpr std::array< REL::ID, 1 > VTABLE_ExtraStartingWorldOrCell
Definition:
Offsets_VTABLE.h:11624
RE::RTTI_ExtraStartingWorldOrCell
constexpr REL::ID RTTI_ExtraStartingWorldOrCell(static_cast< std::uint64_t >(684737))
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kStartingWorldOrCell
@ kStartingWorldOrCell
CommonLibVR
include
RE
E
ExtraStartingWorldOrCell.h
Generated by
1.9.1