2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
20 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = 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) + 0x78);
36 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
40 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C);
44 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C) = val;
48 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
52 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
56 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x84);
60 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x84) = val;
64 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
68 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
72 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x8C);
76 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x8C) = val;
80 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
84 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
88 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x94);
92 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x94) = val;
96 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
100 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
104 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x9C);
108 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x9C) = val;
112 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0);
116 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0) = val;
120 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8);
124 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition RecentWizardInfo.h:5
bool getIsOnline()
Definition RecentWizardInfo.h:119
void setIsOnline(bool val)
Definition RecentWizardInfo.h:123
unsigned int getWorldID()
Definition RecentWizardInfo.h:103
void setCombatCount(unsigned int val)
Definition RecentWizardInfo.h:51
void setPackedName(std::string val)
Definition RecentWizardInfo.h:19
void setPVPCount(unsigned int val)
Definition RecentWizardInfo.h:91
void setBeastmoonCount(unsigned int val)
Definition RecentWizardInfo.h:75
void setLevel(unsigned int val)
Definition RecentWizardInfo.h:35
void setObjectGID(gid val)
Definition RecentWizardInfo.h:115
void setHousingGameCount(unsigned int val)
Definition RecentWizardInfo.h:99
unsigned int getLevel()
Definition RecentWizardInfo.h:31
unsigned int getPVPCount()
Definition RecentWizardInfo.h:87
unsigned int getSchool()
Definition RecentWizardInfo.h:39
unsigned int getCombatCount()
Definition RecentWizardInfo.h:47
unsigned int getDerbyCount()
Definition RecentWizardInfo.h:79
unsigned int getLastSeenTime()
Definition RecentWizardInfo.h:23
void setInstanceCount(unsigned int val)
Definition RecentWizardInfo.h:59
unsigned int getHatchCount()
Definition RecentWizardInfo.h:63
std::string getPackedName()
Definition RecentWizardInfo.h:15
void setDerbyCount(unsigned int val)
Definition RecentWizardInfo.h:83
gid getObjectGID()
Definition RecentWizardInfo.h:111
void setLastSeenTime(unsigned int val)
Definition RecentWizardInfo.h:27
unsigned int getHousingGameCount()
Definition RecentWizardInfo.h:95
void setCharacterGID(gid val)
Definition RecentWizardInfo.h:11
gid getCharacterGID()
Definition RecentWizardInfo.h:7
unsigned int getBeastmoonCount()
Definition RecentWizardInfo.h:71
unsigned int getInstanceCount()
Definition RecentWizardInfo.h:55
void setWorldID(unsigned int val)
Definition RecentWizardInfo.h:107
void setSchool(unsigned int val)
Definition RecentWizardInfo.h:43
void setHatchCount(unsigned int val)
Definition RecentWizardInfo.h:67