CommonLibVR
BSPathingCell.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_BSPathingCell;
11  inline static constexpr auto VTABLE = VTABLE_BSPathingCell;
12 
13  virtual ~BSPathingCell(); // 00
14 
15  // add
16  virtual std::uint32_t GetType() const = 0; // 01 - crc32 hash of class name
17  virtual void Unk_02(void) = 0; // 02
18  virtual void Unk_03(void) = 0; // 03
19  virtual void Unk_04(void) = 0; // 04
20  virtual void Unk_05(void) = 0; // 05
21  virtual void Unk_06(void) = 0; // 06
22  virtual void Unk_07(void) = 0; // 07
23  virtual void Unk_08(void) = 0; // 08
24  virtual void Unk_09(void) = 0; // 09
25  virtual void Unk_0A(void) = 0; // 0A
26 
27  // members
28  std::uint32_t unk0C; // 0C
29  private:
30  KEEP_FOR_RE()
31  };
32  static_assert(sizeof(BSPathingCell) == 0x10);
33 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: BSPathingCell.h:8
static constexpr auto RTTI
Definition: BSPathingCell.h:10
virtual void Unk_07(void)=0
virtual void Unk_0A(void)=0
virtual void Unk_02(void)=0
virtual void Unk_09(void)=0
static constexpr auto VTABLE
Definition: BSPathingCell.h:11
std::uint32_t unk0C
Definition: BSPathingCell.h:28
virtual void Unk_05(void)=0
virtual std::uint32_t GetType() const =0
virtual void Unk_08(void)=0
virtual void Unk_06(void)=0
virtual void Unk_04(void)=0
virtual void Unk_03(void)=0
virtual ~BSPathingCell()
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSPathingCell(static_cast< std::uint64_t >(686109))
constexpr std::array< REL::ID, 1 > VTABLE_BSPathingCell
Definition: Offsets_VTABLE.h:9330
Definition: BSIntrusiveRefCounted.h:8