CommonLibSSE NG
bhkCharacterStateJumping.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_bhkCharacterStateJumping;
11 
12  ~bhkCharacterStateJumping() override; // 00
13 
14  // override (bhkCharacterState)
15  hkpCharacterStateType GetType() const override; // 03 - { return kJumping; }
16  void Unk_08(void) override; // 08
17  };
18  static_assert(sizeof(bhkCharacterStateJumping) == 0x10);
19 }
Definition: bhkCharacterStateJumping.h:8
static constexpr auto RTTI
Definition: bhkCharacterStateJumping.h:10
void Unk_08(void) override
hkpCharacterStateType GetType() const override
Definition: bhkCharacterState.h:8
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_bhkCharacterStateJumping(690884, 398739, 0x1f68780)
hkpCharacterStateType
Definition: hkpCharacterState.h:14