CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
IMovementMessageInterface.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_IMovementMessageInterface;
11 inline static constexpr auto VTABLE = VTABLE_IMovementMessageInterface;
12
14
15 // add
16 virtual void Unk_01(void) = 0; // 01
17 virtual void Unk_02(void) = 0; // 02
18 virtual void Unk_03(void) = 0; // 03
19 };
20 static_assert(sizeof(IMovementMessageInterface) == 0x8);
21}
Definition IMovementInterface.h:6
Definition IMovementMessageInterface.h:8
virtual void Unk_03(void)=0
static constexpr auto VTABLE
Definition IMovementMessageInterface.h:11
virtual void Unk_01(void)=0
static constexpr auto RTTI
Definition IMovementMessageInterface.h:10
virtual void Unk_02(void)=0
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_IMovementMessageInterface
Definition Offsets_VTABLE.h:11823
constexpr REL::ID RTTI_IMovementMessageInterface(static_cast< std::uint64_t >(686947))