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<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C);
20 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C) = val;
24 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
28 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
32 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54);
36 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54) = val;
40 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
44 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
Definition PVP5thAgeLeagueTotals.h:5
unsigned int getLeagueID()
Definition PVP5thAgeLeagueTotals.h:7
void setWins(int val)
Definition PVP5thAgeLeagueTotals.h:35
int getElo()
Definition PVP5thAgeLeagueTotals.h:15
int getWins()
Definition PVP5thAgeLeagueTotals.h:31
int getLosses()
Definition PVP5thAgeLeagueTotals.h:39
void setRank(int val)
Definition PVP5thAgeLeagueTotals.h:27
void setLeagueID(unsigned int val)
Definition PVP5thAgeLeagueTotals.h:11
int getRank()
Definition PVP5thAgeLeagueTotals.h:23
void setLosses(int val)
Definition PVP5thAgeLeagueTotals.h:43
void setElo(int val)
Definition PVP5thAgeLeagueTotals.h:19
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86