CommonLibSSE NG
Loading...
Searching...
No Matches
hkBaseObject.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_hkBaseObject;
9 inline static constexpr auto VTABLE = VTABLE_hkBaseObject;
10
11 virtual ~hkBaseObject() = default; // 00
12 };
13 static_assert(sizeof(hkBaseObject) == 0x8);
14}
Definition hkBaseObject.h:6
static constexpr auto VTABLE
Definition hkBaseObject.h:9
virtual ~hkBaseObject()=default
static constexpr auto RTTI
Definition hkBaseObject.h:8
Definition AbsorbEffect.h:6
constexpr std::array< REL::VariantID, 1 > VTABLE_hkBaseObject
Definition Offsets_VTABLE.h:603
constexpr REL::VariantID RTTI_hkBaseObject(685130, 392893, 0x1ee0110)