CommonLibVR
IFreezeQuery.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__IFreezeQuery;
11  inline static constexpr auto VTABLE = VTABLE_BSScript__IFreezeQuery;
12 
13  virtual ~IFreezeQuery(); // 00
14 
15  // add
16  virtual bool GetIsFrozen(); // 00
17  };
18  static_assert(sizeof(IFreezeQuery) == 0x8);
19  }
20 }
Definition: IFreezeQuery.h:8
static constexpr auto RTTI
Definition: IFreezeQuery.h:10
static constexpr auto VTABLE
Definition: IFreezeQuery.h:11
virtual bool GetIsFrozen()
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSScript__IFreezeQuery(static_cast< std::uint64_t >(689082))
constexpr std::array< REL::ID, 1 > VTABLE_BSScript__IFreezeQuery
Definition: Offsets_VTABLE.h:9448