CommonLibVR
ExtraModelSwap.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  class TESModel;
10 
11  class ExtraModelSwap : public BSExtraData
12  {
13  public:
14  inline static constexpr auto RTTI = RTTI_ExtraModelSwap;
15  inline static constexpr auto VTABLE = VTABLE_ExtraModelSwap;
16  inline static constexpr auto EXTRADATATYPE = ExtraDataType::kModelSwap;
17 
18  virtual ~ExtraModelSwap(); // 00
19 
20  // override (BSExtraData)
21  virtual ExtraDataType GetType() const override; // 01 - { return kModelSwap; }
22 
23  // members
26  private:
27  KEEP_FOR_RE()
28  };
29  static_assert(sizeof(ExtraModelSwap) == 0x20);
30 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: BSExtraData.h:9
Definition: ExtraModelSwap.h:12
virtual ~ExtraModelSwap()
static constexpr auto VTABLE
Definition: ExtraModelSwap.h:15
static constexpr auto RTTI
Definition: ExtraModelSwap.h:14
virtual ExtraDataType GetType() const override
static constexpr auto EXTRADATATYPE
Definition: ExtraModelSwap.h:16
TESModel * modelSwap
Definition: ExtraModelSwap.h:24
TESForm * modelSwapForm
Definition: ExtraModelSwap.h:25
Definition: TESForm.h:40
Definition: TESModel.h:16
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_ExtraModelSwap
Definition: Offsets_VTABLE.h:11570
ExtraDataType
Definition: ExtraDataTypes.h:173
constexpr REL::ID RTTI_ExtraModelSwap(static_cast< std::uint64_t >(684740))