CommonLibSSE (powerof3)
hkbGenerator.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkbNode.h"
4 
5 namespace RE
6 {
7  class hkbGenerator : public hkbNode
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_hkbGenerator;
11  inline static constexpr auto VTABLE = VTABLE_hkbGenerator;
12 
13  ~hkbGenerator() override; // 00
14 
15  // override (hkbNode)
16  void Unk_15(void) override; // 15 - { return 1; }
17 
18  // add
19  virtual void Generate(const hkbContext& a_context) = 0; // 17
20  virtual void Unk_18(void); // 18 - { return 0; }
21  virtual void UpdateSync(const hkbContext& a_context); // 19
22  virtual void Unk_1A(void); // 1A - { return; }
23  virtual void Unk_1B(void); // 1B - { return; }
24  };
25  static_assert(sizeof(hkbGenerator) == 0x48);
26 }
Definition: hkbContext.h:13
Definition: hkbGenerator.h:8
static constexpr auto VTABLE
Definition: hkbGenerator.h:11
virtual void Unk_18(void)
virtual void Unk_1A(void)
virtual void UpdateSync(const hkbContext &a_context)
~hkbGenerator() override
static constexpr auto RTTI
Definition: hkbGenerator.h:10
virtual void Generate(const hkbContext &a_context)=0
void Unk_15(void) override
virtual void Unk_1B(void)
Definition: hkbNode.h:10
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkbGenerator(static_cast< std::uint64_t >(689635))
constexpr std::array< REL::ID, 1 > VTABLE_hkbGenerator
Definition: Offsets_VTABLE.h:14025