CommonLibVR
TESChildCell.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  public:
8  inline static constexpr auto RTTI = RTTI_TESChildCell;
9  inline static constexpr auto VTABLE = VTABLE_TESChildCell;
10 
11  virtual ~TESChildCell(); // 00
12 
13  // add
14  virtual TESObjectCELL* GetSaveParentCell() = 0; // 01
15  private:
16  KEEP_FOR_RE()
17  };
18  static_assert(sizeof(TESChildCell) == 0x8);
19 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: TESChildCell.h:6
virtual ~TESChildCell()
virtual TESObjectCELL * GetSaveParentCell()=0
static constexpr auto VTABLE
Definition: TESChildCell.h:9
static constexpr auto RTTI
Definition: TESChildCell.h:8
Definition: TESObjectCELL.h:119
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_TESChildCell(static_cast< std::uint64_t >(685131))
constexpr std::array< REL::ID, 1 > VTABLE_TESChildCell
Definition: Offsets_VTABLE.h:12811