CommonLibSSE NG
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 
12  virtual ~IFreezeQuery(); // 00
13 
14  // add
15  virtual bool GetIsFrozen(); // 00
16  };
17  static_assert(sizeof(IFreezeQuery) == 0x8);
18  }
19 }
Definition: IFreezeQuery.h:8
static constexpr auto RTTI
Definition: IFreezeQuery.h:10
virtual bool GetIsFrozen()
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BSScript__IFreezeQuery(689082, 396937, 0x1f4b9a0)