CommonLibVR
Loading...
Searching...
No Matches
bhkUnaryAction.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/bhkAction.h"
4
5namespace RE
6{
7 class bhkUnaryAction : public bhkAction
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_bhkUnaryAction;
11 inline static constexpr auto Ni_RTTI = NiRTTI_bhkUnaryAction;
12 inline static constexpr auto VTABLE = VTABLE_bhkUnaryAction;
13
14 ~bhkUnaryAction() override; // 00
15
16 // override (bhkSerializable)
17 const NiRTTI* GetRTTI() const override; // 02
18 void LoadBinary(NiStream& a_stream) override; // 18
19 void LinkObject(NiStream& a_stream) override; // 19
20 bool RegisterStreamables(NiStream& a_stream) override; // 1A
21 void SaveBinary(NiStream& a_stream) override; // 1B
22 bool IsEqual(NiObject* a_object) override; // 1C
23 void MoveToWorld(bhkWorld* a_world) override; // 29
24 };
25 static_assert(sizeof(bhkUnaryAction) == 0x20);
26}
Definition NiObject.h:37
Definition NiRTTI.h:6
Definition NiStream.h:29
Definition bhkAction.h:8
Definition bhkUnaryAction.h:8
static constexpr auto VTABLE
Definition bhkUnaryAction.h:12
bool RegisterStreamables(NiStream &a_stream) override
~bhkUnaryAction() override
bool IsEqual(NiObject *a_object) override
void LoadBinary(NiStream &a_stream) override
static constexpr auto Ni_RTTI
Definition bhkUnaryAction.h:11
const NiRTTI * GetRTTI() const override
void LinkObject(NiStream &a_stream) override
void SaveBinary(NiStream &a_stream) override
static constexpr auto RTTI
Definition bhkUnaryAction.h:10
void MoveToWorld(bhkWorld *a_world) override
Definition bhkWorld.h:14
Definition AbsorbEffect.h:6
constexpr REL::ID RTTI_bhkUnaryAction(static_cast< std::uint64_t >(685469))
constexpr std::array< REL::ID, 1 > VTABLE_bhkUnaryAction
Definition Offsets_VTABLE.h:13378
constexpr REL::ID NiRTTI_bhkUnaryAction(static_cast< std::uint64_t >(525162))