CommonLibSSE (powerof3)
PathingCell.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSPathingCell.h"
4 
5 namespace RE
6 {
7  class PathingCell : public BSPathingCell
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_PathingCell;
11  inline static constexpr auto VTABLE = VTABLE_PathingCell;
12 
13  virtual ~PathingCell(); // 00
14 
15  // override (BSPathingCell)
16  virtual std::uint32_t GetType() const override; // 01 - "PathingCell"
17  virtual void Unk_02(void) override; // 02
18  virtual void Unk_03(void) override; // 03
19  virtual void Unk_04(void) override; // 04
20  virtual void Unk_05(void) override; // 05
21  virtual void Unk_06(void) override; // 06
22  virtual void Unk_07(void) override; // 07
23  virtual void Unk_08(void) override; // 08
24  virtual void Unk_09(void) override; // 09
25  virtual void Unk_0A(void) override; // 0A
26 
27  // members
28  FormID unk10; // 10
29  FormID cellID; // 14
30  };
31  static_assert(sizeof(PathingCell) == 0x18);
32 }
Definition: BSPathingCell.h:8
Definition: PathingCell.h:8
virtual void Unk_07(void) override
virtual std::uint32_t GetType() const override
virtual void Unk_0A(void) override
static constexpr auto RTTI
Definition: PathingCell.h:10
FormID unk10
Definition: PathingCell.h:28
FormID cellID
Definition: PathingCell.h:29
virtual void Unk_05(void) override
virtual ~PathingCell()
virtual void Unk_02(void) override
virtual void Unk_06(void) override
virtual void Unk_08(void) override
virtual void Unk_03(void) override
virtual void Unk_09(void) override
static constexpr auto VTABLE
Definition: PathingCell.h:11
virtual void Unk_04(void) override
Definition: AbsorbEffect.h:6
std::uint32_t FormID
Definition: BSCoreTypes.h:5
constexpr std::array< REL::ID, 1 > VTABLE_PathingCell
Definition: Offsets_VTABLE.h:12514
constexpr REL::ID RTTI_PathingCell(static_cast< std::uint64_t >(686110))