CommonLibVR
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 private:
21 };
22 static_assert(sizeof(RallyEffect) == 0x98);
23}
#define KEEP_FOR_RE()
Definition PCH.h:517
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::ID RTTI_RallyEffect(static_cast< std::uint64_t >(686564))
constexpr std::array< REL::ID, 1 > VTABLE_RallyEffect
Definition Offsets_VTABLE.h:12597