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 EXTRADATATYPE = ExtraDataType::kStartingWorldOrCell;
15 
16  virtual ~ExtraStartingWorldOrCell(); // 00
17 
18  // override (BSExtraData)
19  virtual 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
virtual ExtraDataType GetType() const override
TESForm * startingWorldOrCell
Definition: ExtraStartingWorldOrCell.h:22
static constexpr auto RTTI
Definition: ExtraStartingWorldOrCell.h:13
static constexpr auto EXTRADATATYPE
Definition: ExtraStartingWorldOrCell.h:14
Definition: TESForm.h:34
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_ExtraStartingWorldOrCell
Definition: Offsets_RTTI.h:4769
ExtraDataType
Definition: ExtraDataTypes.h:173