CommonLibSSE (powerof3)
bhkCharacterStateClimbing.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_bhkCharacterStateClimbing;
11  inline static constexpr auto VTABLE = VTABLE_bhkCharacterStateClimbing;
12 
13  ~bhkCharacterStateClimbing() override; // 00
14 
15  // override (bhkCharacterState)
16  hkpCharacterStateType GetType() const override; // 03 - { return kClimbing; }
17  void Unk_08(void) override; // 08
18  };
19  static_assert(sizeof(bhkCharacterStateClimbing) == 0x10);
20 }
Definition: bhkCharacterStateClimbing.h:8
void Unk_08(void) override
static constexpr auto RTTI
Definition: bhkCharacterStateClimbing.h:10
static constexpr auto VTABLE
Definition: bhkCharacterStateClimbing.h:11
hkpCharacterStateType GetType() const override
Definition: bhkCharacterState.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_bhkCharacterStateClimbing(static_cast< std::uint64_t >(690771))
constexpr std::array< REL::ID, 1 > VTABLE_bhkCharacterStateClimbing
Definition: Offsets_VTABLE.h:13291
hkpCharacterStateType
Definition: hkpCharacterState.h:14