CommonLibSSE NG
bhkCharacterStateOnGround.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_bhkCharacterStateOnGround;
11 
12  ~bhkCharacterStateOnGround() override; // 00
13 
14  // override (bhkCharacterState)
15  hkpCharacterStateType GetType() const override; // 03 - { return kOnGround; }
16  void Unk_08(void) override; // 08
17 
18  // members
19  std::uint64_t unk10; // 10
20  };
21  static_assert(sizeof(bhkCharacterStateOnGround) == 0x18);
22 }
Definition: bhkCharacterStateOnGround.h:8
void Unk_08(void) override
static constexpr auto RTTI
Definition: bhkCharacterStateOnGround.h:10
hkpCharacterStateType GetType() const override
std::uint64_t unk10
Definition: bhkCharacterStateOnGround.h:19
Definition: bhkCharacterState.h:8
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_bhkCharacterStateOnGround(690885, 398740, 0x1f687b0)
hkpCharacterStateType
Definition: hkpCharacterState.h:14