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