CommonLibSSE NG
StaggerEffect.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 StaggerEffect :
8  public ActiveEffect // 00
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_StaggerEffect;
12  inline static constexpr auto VTABLE = VTABLE_StaggerEffect;
13 
14  // override (ActiveEffect)
15  virtual ~StaggerEffect(); // 13
16  virtual void Start() override; // 14
17  };
18  static_assert(sizeof(StaggerEffect) == 0x90);
19 }
Definition: ActiveEffect.h:27
Definition: StaggerEffect.h:9
static constexpr auto VTABLE
Definition: StaggerEffect.h:12
virtual void Start() override
static constexpr auto RTTI
Definition: StaggerEffect.h:11
virtual ~StaggerEffect()
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_StaggerEffect(686496, 394329, 0x1efeda0)
constexpr std::array< REL::VariantID, 1 > VTABLE_StaggerEffect
Definition: Offsets_VTABLE.h:1938