CommonLibVR
IStackCallbackSaveInterface.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__IStackCallbackSaveInterface;
11  inline static constexpr auto VTABLE = VTABLE_BSScript__IStackCallbackSaveInterface;
12 
14 
15  // add
16  virtual void Unk_01(void) = 0; // 01
17  virtual void Unk_02(void) = 0; // 02
18  };
19  static_assert(sizeof(IStackCallbackSaveInterface) == 0x8);
20  }
21 }
Definition: IStackCallbackSaveInterface.h:8
static constexpr auto VTABLE
Definition: IStackCallbackSaveInterface.h:11
static constexpr auto RTTI
Definition: IStackCallbackSaveInterface.h:10
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSScript__IStackCallbackSaveInterface(static_cast< std::uint64_t >(689078))
constexpr std::array< REL::ID, 1 > VTABLE_BSScript__IStackCallbackSaveInterface
Definition: Offsets_VTABLE.h:9459