2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C);
20 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C) = val;
24 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
28 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
32 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54);
36 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54) = val;
40 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
44 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
48 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
52 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
56 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
60 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
64 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0);
68 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0) = val;
72 return *
reinterpret_cast<List<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8);
76 *
reinterpret_cast<List<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8) = val;
80 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0);
84 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0) = val;
Definition GuildMuseumArtifactInfo.h:5
unsigned int getTemplateID()
Definition GuildMuseumArtifactInfo.h:7
void setDescription(std::string val)
Definition GuildMuseumArtifactInfo.h:59
unsigned int getTier2()
Definition GuildMuseumArtifactInfo.h:23
void setOverrideDisplayName(std::string val)
Definition GuildMuseumArtifactInfo.h:51
void setOverrideLocation(std::string val)
Definition GuildMuseumArtifactInfo.h:83
void setTemplateID(unsigned int val)
Definition GuildMuseumArtifactInfo.h:11
unsigned int getTier3()
Definition GuildMuseumArtifactInfo.h:31
std::string getOverrideDisplayName()
Definition GuildMuseumArtifactInfo.h:47
void setTier4(unsigned int val)
Definition GuildMuseumArtifactInfo.h:43
unsigned int getTier4()
Definition GuildMuseumArtifactInfo.h:39
void setTier1(unsigned int val)
Definition GuildMuseumArtifactInfo.h:19
void setFoundInCantripChests(bool val)
Definition GuildMuseumArtifactInfo.h:67
std::string getOverrideLocation()
Definition GuildMuseumArtifactInfo.h:79
std::string getDescription()
Definition GuildMuseumArtifactInfo.h:55
void setEquivalentTemplateIDList(List< unsigned int > val)
Definition GuildMuseumArtifactInfo.h:75
unsigned int getTier1()
Definition GuildMuseumArtifactInfo.h:15
void setTier3(unsigned int val)
Definition GuildMuseumArtifactInfo.h:35
List< unsigned int > getEquivalentTemplateIDList()
Definition GuildMuseumArtifactInfo.h:71
bool getFoundInCantripChests()
Definition GuildMuseumArtifactInfo.h:63
void setTier2(unsigned int val)
Definition GuildMuseumArtifactInfo.h:27
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86