CommonLibSSE (powerof3)
IMovementInterface.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  public:
8  inline static constexpr auto RTTI = RTTI_IMovementInterface;
9  inline static constexpr auto VTABLE = VTABLE_IMovementInterface;
10 
12  };
13  static_assert(sizeof(IMovementInterface) == 0x8);
14 }
Definition: IMovementInterface.h:6
virtual ~IMovementInterface()
static constexpr auto RTTI
Definition: IMovementInterface.h:8
static constexpr auto VTABLE
Definition: IMovementInterface.h:9
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_IMovementInterface
Definition: Offsets_VTABLE.h:11822
constexpr REL::ID RTTI_IMovementInterface(static_cast< std::uint64_t >(686788))