CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraStartingWorldOrCell.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSExtraData.h"
5
6namespace RE
7{
8 class TESForm;
9
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_ExtraStartingWorldOrCell;
15
16 ~ExtraStartingWorldOrCell() override; // 00
17
18 // override (BSExtraData)
19 ExtraDataType GetType() const override; // 01 - { return kStartingWorldOrCell; }
20
21 // members
23 };
24 static_assert(sizeof(ExtraStartingWorldOrCell) == 0x18);
25}
Definition BSExtraData.h:9
Definition ExtraStartingWorldOrCell.h:11
ExtraDataType GetType() const override
TESForm * startingWorldOrCell
Definition ExtraStartingWorldOrCell.h:22
static constexpr auto RTTI
Definition ExtraStartingWorldOrCell.h:13
static auto EXTRADATATYPE
Definition ExtraStartingWorldOrCell.h:14
Definition TESForm.h:35
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraStartingWorldOrCell(684737, 392405, 0x1ed9148)
ExtraDataType
Definition ExtraDataTypes.h:173