CommonLibSSE (Parapets fork)
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 Unk_01(void) = 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 Unk_01(void)=0
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSScript__IVMDebugInterface
Definition: Offsets_RTTI.h:2189