CommonLibSSE NG
IVMDebugInterface.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  namespace BSScript
6  {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_BSScript__IVMDebugInterface;
11 
12  virtual ~IVMDebugInterface(); // 00
13 
14  // add
15  virtual void DumpRunningStacksToLog() = 0; // 01
16  };
17  static_assert(sizeof(IVMDebugInterface) == 0x8);
18  }
19 }
Definition: IVMDebugInterface.h:8
static constexpr auto RTTI
Definition: IVMDebugInterface.h:10
virtual void DumpRunningStacksToLog()=0
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BSScript__IVMDebugInterface(691837, 399881, 0x1f7ccf0)