CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
bhkShapePhantom.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/bhkPhantom.h"
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_bhkShapePhantom;
11 inline static constexpr auto Ni_RTTI = NiRTTI_bhkShapePhantom;
12 inline static constexpr auto VTABLE = VTABLE_bhkShapePhantom;
13
14 ~bhkShapePhantom() override; // 00
15
16 // override (bhkPhantom)
17 const NiRTTI* GetRTTI() const override; // 02
18 void LinkObject(NiStream& a_stream) override; // 19 - { bhkWorldObject::LinkObject(a_stream); }
19 };
20 static_assert(sizeof(bhkShapePhantom) == 0x30);
21}
Definition NiRTTI.h:6
Definition NiStream.h:29
Definition bhkPhantom.h:8
Definition bhkShapePhantom.h:8
static constexpr auto VTABLE
Definition bhkShapePhantom.h:12
const NiRTTI * GetRTTI() const override
void LinkObject(NiStream &a_stream) override
static constexpr auto Ni_RTTI
Definition bhkShapePhantom.h:11
static constexpr auto RTTI
Definition bhkShapePhantom.h:10
~bhkShapePhantom() override
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_bhkShapePhantom
Definition Offsets_VTABLE.h:13363
constexpr REL::ID NiRTTI_bhkShapePhantom(static_cast< std::uint64_t >(525130))
constexpr REL::ID RTTI_bhkShapePhantom(static_cast< std::uint64_t >(685177))