CommonLibSSE NG
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 
10  virtual ~TESChildCell(); // 00
11 
12  // add
13  [[nodiscard]] virtual TESObjectCELL* GetSaveParentCell() = 0; // 01
14  };
15  static_assert(sizeof(TESChildCell) == 0x8);
16 }
Definition: TESChildCell.h:6
virtual ~TESChildCell()
virtual TESObjectCELL * GetSaveParentCell()=0
static constexpr auto RTTI
Definition: TESChildCell.h:8
Definition: TESObjectCELL.h:116
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_TESChildCell(685131, 392894, 0x1ee0138)