2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ConditionalSpellEffectRequirement.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/Requirement.h>
6#include <Cyrus/Enums/SpellEffect__kHangingDisposition.h>
7#include <Cyrus/Enums/SpellEffect__kSpellEffects.h>
12 return *
reinterpret_cast<SpellEffect__kSpellEffects*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
16 *
reinterpret_cast<SpellEffect__kSpellEffects*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
20 return *
reinterpret_cast<SpellEffect__kHangingDisposition*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x5C);
24 *
reinterpret_cast<SpellEffect__kHangingDisposition*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x5C) = val;
28 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
32 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
36 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x61);
40 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x61) = val;
Definition ConditionalSpellEffectRequirement.h:7
Definition ReqHangingAura.h:9
SpellEffect__kSpellEffects getEffectType()
Definition ReqHangingAura.h:11
void setAnyType(bool val)
Definition ReqHangingAura.h:31
void setEffectType(SpellEffect__kSpellEffects val)
Definition ReqHangingAura.h:15
bool getGlobalEffect()
Definition ReqHangingAura.h:35
void setGlobalEffect(bool val)
Definition ReqHangingAura.h:39
bool getAnyType()
Definition ReqHangingAura.h:27
void setDisposition(SpellEffect__kHangingDisposition val)
Definition ReqHangingAura.h:23
SpellEffect__kHangingDisposition getDisposition()
Definition ReqHangingAura.h:19