CommonLibSSE (powerof3)
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  };
16  static_assert(sizeof(TESChildCell) == 0x8);
17 }
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:115
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