CommonLibSSE NG
LockEffect.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/A/ActiveEffect.h"
4 
5 namespace RE
6 {
7  class LockEffect :
8  public ActiveEffect // 00
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_LockEffect;
12  inline static constexpr auto VTABLE = VTABLE_LockEffect;
13 
14  // override (ActiveEffect)
15  virtual ~LockEffect(); // 13
16  virtual void Start() override; // 14
17  };
18  static_assert(sizeof(LockEffect) == 0x90);
19 }
Definition: ActiveEffect.h:27
Definition: LockEffect.h:9
virtual void Start() override
static constexpr auto VTABLE
Definition: LockEffect.h:12
static constexpr auto RTTI
Definition: LockEffect.h:11
virtual ~LockEffect()
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_LockEffect(686512, 394347, 0x1eff0f0)
constexpr std::array< REL::VariantID, 1 > VTABLE_LockEffect
Definition: Offsets_VTABLE.h:1890