CommonLibSSE NG
Loading...
Searching...
No Matches
RallyEffect.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class RallyEffect :
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