CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
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
EXTRADATATYPE
=
ExtraDataType::kStartingWorldOrCell
;
15
16
virtual
~ExtraStartingWorldOrCell
();
// 00
17
18
// override (BSExtraData)
19
virtual
ExtraDataType
GetType
()
const override
;
// 01 - { return kStartingWorldOrCell; }
20
21
// members
22
TESForm
*
startingWorldOrCell
;
// 10
23
};
24
static_assert
(
sizeof
(
ExtraStartingWorldOrCell
) == 0x18);
25
}
BSExtraData.h
ExtraDataTypes.h
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:22
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:14
RE::TESForm
Definition:
TESForm.h:34
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraStartingWorldOrCell
constexpr REL::ID RTTI_ExtraStartingWorldOrCell
Definition:
Offsets_RTTI.h:4769
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kStartingWorldOrCell
@ kStartingWorldOrCell
CommonLibSSE
include
RE
E
ExtraStartingWorldOrCell.h
Generated by
1.9.6