CommonLibSSE (powerof3)
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 
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
24  };
25  static_assert(sizeof(ExtraStartingWorldOrCell) == 0x18);
26 }
Definition: BSExtraData.h:9
Definition: ExtraStartingWorldOrCell.h:11
virtual ExtraDataType GetType() const override
TESForm * startingWorldOrCell
Definition: ExtraStartingWorldOrCell.h:23
static constexpr auto RTTI
Definition: ExtraStartingWorldOrCell.h:13
static constexpr auto EXTRADATATYPE
Definition: ExtraStartingWorldOrCell.h:15
static constexpr auto VTABLE
Definition: ExtraStartingWorldOrCell.h:14
Definition: TESForm.h:36
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_ExtraStartingWorldOrCell
Definition: Offsets_VTABLE.h:11624
constexpr REL::ID RTTI_ExtraStartingWorldOrCell(static_cast< std::uint64_t >(684737))
ExtraDataType
Definition: ExtraDataTypes.h:173