CommonLibSSE NG
SavePatcher.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  namespace SkyrimScript
8  {
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_SkyrimScript__SavePatcher;
13 
14  ~SavePatcher() override; // 00
15 
16  // override (BSScript::ISavePatcherInterface)
17  void PatchStackFrame(BSScript::StackFrame* a_stackFrame, BSScript::IVirtualMachine* a_vm) override; // 01
18  };
19  static_assert(sizeof(SavePatcher) == 0x8);
20  }
21 }
Definition: ISavePatcherInterface.h:11
Definition: IVirtualMachine.h:39
Definition: StackFrame.h:15
Definition: SavePatcher.h:10
void PatchStackFrame(BSScript::StackFrame *a_stackFrame, BSScript::IVirtualMachine *a_vm) override
static constexpr auto RTTI
Definition: SavePatcher.h:12
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_SkyrimScript__SavePatcher(689042, 396897, 0x1f4a0f8)