2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/GameEffectBase.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/StatisticEffect.h>
6#include <Cyrus/Classes/WizStatisticEffect.h>
11 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x130);
15 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x130) = val;
19 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x138);
23 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x138) = val;
27 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x158);
31 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x158) = val;
35 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x178);
39 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x178) = val;
43 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x198);
47 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x198) = val;
Definition PetBoostPlayerStatEffect.h:8
void setSecondaryStat(std::string val)
Definition PetBoostPlayerStatEffect.h:38
std::string getPrimaryStat1()
Definition PetBoostPlayerStatEffect.h:18
float getSecondaryValue()
Definition PetBoostPlayerStatEffect.h:42
gid getPetID()
Definition PetBoostPlayerStatEffect.h:10
std::string getPrimaryStat2()
Definition PetBoostPlayerStatEffect.h:26
void setPetID(gid val)
Definition PetBoostPlayerStatEffect.h:14
void setSecondaryValue(float val)
Definition PetBoostPlayerStatEffect.h:46
std::string getSecondaryStat()
Definition PetBoostPlayerStatEffect.h:34
void setPrimaryStat1(std::string val)
Definition PetBoostPlayerStatEffect.h:22
void setPrimaryStat2(std::string val)
Definition PetBoostPlayerStatEffect.h:30
Definition WizStatisticEffect.h:7