2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/SpellEffect.h>
5#include <Cyrus/Enums/HangingConversionSpellEffect__HangingEffectType.h>
6#include <Cyrus/Enums/HangingConversionSpellEffect__OutputEffectSelector.h>
7#include <Cyrus/Enums/SpellEffect__kSpellEffects.h>
12 return *
reinterpret_cast<HangingConversionSpellEffect__HangingEffectType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xE0);
16 *
reinterpret_cast<HangingConversionSpellEffect__HangingEffectType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xE0) = val;
20 return *
reinterpret_cast<List<SpellEffect__kSpellEffects>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xE8);
24 *
reinterpret_cast<List<SpellEffect__kSpellEffects>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xE8) = val;
28 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF8);
32 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF8) = val;
36 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xFC);
40 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xFC) = val;
44 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x100);
48 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x100) = val;
52 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x104);
56 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x104) = val;
60 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x108);
64 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x108) = val;
68 return *
reinterpret_cast<HangingConversionSpellEffect__OutputEffectSelector*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x10C);
72 *
reinterpret_cast<HangingConversionSpellEffect__OutputEffectSelector*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x10C) = val;
76 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x110);
80 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x110) = val;
84 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x114);
88 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x114) = val;
92 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x118);
96 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x118) = val;
100 return reinterpret_cast<List<SharedPointer<SpellEffect>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x120);
104 *
reinterpret_cast<List<SharedPointer<SpellEffect>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x120) = val;
Definition HangingConversionSpellEffect.h:9
int getMinEffectValue()
Definition HangingConversionSpellEffect.h:27
void setSpecificEffectTypes(List< SpellEffect__kSpellEffects > val)
Definition HangingConversionSpellEffect.h:23
void setHangingEffectType(HangingConversionSpellEffect__HangingEffectType val)
Definition HangingConversionSpellEffect.h:15
void setOutputEffect(List< SharedPointer< SpellEffect > > *val)
Definition HangingConversionSpellEffect.h:103
float getSourceEffectValuePercent()
Definition HangingConversionSpellEffect.h:83
void setMaxEffectValue(int val)
Definition HangingConversionSpellEffect.h:39
HangingConversionSpellEffect__HangingEffectType getHangingEffectType()
Definition HangingConversionSpellEffect.h:11
void setMinEffectCount(int val)
Definition HangingConversionSpellEffect.h:55
bool getScaleSourceEffectValue()
Definition HangingConversionSpellEffect.h:75
void setOutputSelector(HangingConversionSpellEffect__OutputEffectSelector val)
Definition HangingConversionSpellEffect.h:71
bool getApplyToEffectSource()
Definition HangingConversionSpellEffect.h:91
bool getNotDamageType()
Definition HangingConversionSpellEffect.h:43
int getMinEffectCount()
Definition HangingConversionSpellEffect.h:51
void setNotDamageType(bool val)
Definition HangingConversionSpellEffect.h:47
void setSourceEffectValuePercent(float val)
Definition HangingConversionSpellEffect.h:87
int getMaxEffectCount()
Definition HangingConversionSpellEffect.h:59
void setMaxEffectCount(int val)
Definition HangingConversionSpellEffect.h:63
void setScaleSourceEffectValue(bool val)
Definition HangingConversionSpellEffect.h:79
void setMinEffectValue(int val)
Definition HangingConversionSpellEffect.h:31
int getMaxEffectValue()
Definition HangingConversionSpellEffect.h:35
HangingConversionSpellEffect__OutputEffectSelector getOutputSelector()
Definition HangingConversionSpellEffect.h:67
void setApplyToEffectSource(bool val)
Definition HangingConversionSpellEffect.h:95
List< SharedPointer< SpellEffect > > * getOutputEffect()
Definition HangingConversionSpellEffect.h:99
List< SpellEffect__kSpellEffects > getSpecificEffectTypes()
Definition HangingConversionSpellEffect.h:19
Definition SpellEffect.h:8