CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
TESChildCell.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 public:
8 inline static constexpr auto RTTI = RTTI_TESChildCell;
9
10 virtual ~TESChildCell(); // 00
11
12 // add
13 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:102
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_TESChildCell
Definition: Offsets_RTTI.h:5979