2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PetGameEnergyCost.h>
4#include <Cyrus/Classes/PetStatModificationSet.h>
5#include <Cyrus/Classes/PropertyClass.h>
10 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
14 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
18 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0);
22 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0) = val;
26 return reinterpret_cast<List<SharedPointer<PetGameEnergyCost>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0);
30 *
reinterpret_cast<List<SharedPointer<PetGameEnergyCost>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0) = val;
34 return reinterpret_cast<Vector<SharedPointer<PetStatModificationSet>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0xD0);
38 *
reinterpret_cast<Vector<SharedPointer<PetStatModificationSet>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0xD0) = val;
42 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
46 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
50 return *
reinterpret_cast<Vector<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
54 *
reinterpret_cast<Vector<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
58 return *
reinterpret_cast<Vector<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
62 *
reinterpret_cast<Vector<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
Definition PetGameInfo.h:7
void setTrackChoices(Vector< SharedPointer< PetStatModificationSet > > *val)
Definition PetGameInfo.h:37
Vector< std::string > getTrackToolTips()
Definition PetGameInfo.h:57
void setEnergyCosts(List< SharedPointer< PetGameEnergyCost > > *val)
Definition PetGameInfo.h:29
Vector< std::string > getTrackIcons()
Definition PetGameInfo.h:49
void setGameIcon(std::string val)
Definition PetGameInfo.h:45
std::string getGameIcon()
Definition PetGameInfo.h:41
bool getIsWebGame()
Definition PetGameInfo.h:9
void setIsWebGame(bool val)
Definition PetGameInfo.h:13
void setTrackIcons(Vector< std::string > val)
Definition PetGameInfo.h:53
void setName(std::string val)
Definition PetGameInfo.h:21
std::string getName()
Definition PetGameInfo.h:17
List< SharedPointer< PetGameEnergyCost > > * getEnergyCosts()
Definition PetGameInfo.h:25
Vector< SharedPointer< PetStatModificationSet > > * getTrackChoices()
Definition PetGameInfo.h:33
void setTrackToolTips(Vector< std::string > val)
Definition PetGameInfo.h:61
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86