CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
hkbGenerator.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkbNode.h"
4
5namespace RE
6{
7 class hkbGenerator : public hkbNode
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_hkbGenerator;
11
12 ~hkbGenerator() override; // 00
13
14 // override (hkbNode)
15 void Unk_15(void) override; // 15 - { return 1; }
16
17 // add
18 virtual void Unk_17(void) = 0; // 17
19 virtual void Unk_18(void); // 18 - { return 0; }
20 virtual void Unk_19(void); // 19
21 virtual void Unk_1A(void); // 1A - { return; }
22 virtual void Unk_1B(void); // 1B - { return; }
23 };
24 static_assert(sizeof(hkbGenerator) == 0x48);
25}
Definition: hkbGenerator.h:8
virtual void Unk_18(void)
virtual void Unk_1A(void)
~hkbGenerator() override
virtual void Unk_17(void)=0
static constexpr auto RTTI
Definition: hkbGenerator.h:10
void Unk_15(void) override
virtual void Unk_19(void)
virtual void Unk_1B(void)
Definition: hkbNode.h:9
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkbGenerator
Definition: Offsets_RTTI.h:7402