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