CommonLibSSE NG
RallyEffect.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  class RallyEffect :
8  public TargetValueModifierEffect // 00
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_RallyEffect;
12  inline static constexpr auto VTABLE = VTABLE_RallyEffect;
13 
14  // override (ActiveEffect)
15  virtual ~RallyEffect(); // 13
16 
17  // override (TargetValueModifierEffect)
18  virtual float GetTargetValue() const override; // 21
19  };
20  static_assert(sizeof(RallyEffect) == 0x98);
21 }
Definition: RallyEffect.h:9
virtual float GetTargetValue() const override
static constexpr auto RTTI
Definition: RallyEffect.h:11
virtual ~RallyEffect()
static constexpr auto VTABLE
Definition: RallyEffect.h:12
Definition: TargetValueModifierEffect.h:8
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_RallyEffect(686564, 394400, 0x1f01390)
constexpr std::array< REL::VariantID, 1 > VTABLE_RallyEffect
Definition: Offsets_VTABLE.h:1945