2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/GameEffectInfo.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
17 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
21 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
25 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
29 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
33 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB0);
37 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB0) = val;
41 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8);
45 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8) = val;
Definition GameEffectInfo.h:5
Definition ProvideSpellEffectInfo.h:6
void setVFX(std::string val)
Definition ProvideSpellEffectInfo.h:28
void setVFXOverride(bool val)
Definition ProvideSpellEffectInfo.h:36
void setSound(std::string val)
Definition ProvideSpellEffectInfo.h:44
std::string getVFX()
Definition ProvideSpellEffectInfo.h:24
int getNumSpells()
Definition ProvideSpellEffectInfo.h:16
bool getVFXOverride()
Definition ProvideSpellEffectInfo.h:32
std::string getSpellName()
Definition ProvideSpellEffectInfo.h:8
void setSpellName(std::string val)
Definition ProvideSpellEffectInfo.h:12
void setNumSpells(int val)
Definition ProvideSpellEffectInfo.h:20
std::string getSound()
Definition ProvideSpellEffectInfo.h:40