CommonLibVR
bhkCharacterStateFlying.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkCharacterStateFlying;
11  inline static constexpr auto VTABLE = VTABLE_bhkCharacterStateFlying;
12 
13  ~bhkCharacterStateFlying() override; // 00
14 
15  // override (bhkCharacterState)
16  hkpCharacterStateType GetType() const override; // 03 - { return kFlying; }
17  void Unk_08(void) override; // 08
18  private:
19  KEEP_FOR_RE()
20  };
21  static_assert(sizeof(bhkCharacterStateFlying) == 0x10);
22 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: bhkCharacterStateFlying.h:8
static constexpr auto RTTI
Definition: bhkCharacterStateFlying.h:10
void Unk_08(void) override
static constexpr auto VTABLE
Definition: bhkCharacterStateFlying.h:11
hkpCharacterStateType GetType() const override
Definition: bhkCharacterState.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_bhkCharacterStateFlying(static_cast< std::uint64_t >(690772))
constexpr std::array< REL::ID, 1 > VTABLE_bhkCharacterStateFlying
Definition: Offsets_VTABLE.h:13292
hkpCharacterStateType
Definition: hkpCharacterState.h:14