CommonLibSSE (powerof3)
bhkCharacterPointCollector.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_bhkCharacterPointCollector;
11 
12  ~bhkCharacterPointCollector() override; // 00
13 
14  // override (hkpAllCdPointCollector)
15  void AddCdPoint(const hkpCdPoint& a_point) override; // 01
16  void Reset() override; // 02
17 
18  // members
19  std::uint64_t unk220; // 220
20  std::uint64_t unk228; // 228
21  std::uint64_t unk230; // 230
22  std::uint64_t unk238; // 238
23  };
24  static_assert(sizeof(bhkCharacterPointCollector) == 0x240);
25 }
Definition: bhkCharacterPointCollector.h:8
void AddCdPoint(const hkpCdPoint &a_point) override
std::uint64_t unk220
Definition: bhkCharacterPointCollector.h:19
std::uint64_t unk230
Definition: bhkCharacterPointCollector.h:21
std::uint64_t unk238
Definition: bhkCharacterPointCollector.h:22
static constexpr auto RTTI
Definition: bhkCharacterPointCollector.h:10
std::uint64_t unk228
Definition: bhkCharacterPointCollector.h:20
Definition: hkpAllCdPointCollector.h:10
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_bhkCharacterPointCollector
Definition: Offsets_RTTI.h:6486