2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ClassProjectLeaderboardPlayer.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
13 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
17 return reinterpret_cast<List<SharedPointer<ClassProjectLeaderboardPlayer>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
21 *
reinterpret_cast<List<SharedPointer<ClassProjectLeaderboardPlayer>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
25 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x5C);
29 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x5C) = val;
Definition ClassProjectLeaderboard.h:6
void setLeaderboardList(List< SharedPointer< ClassProjectLeaderboardPlayer > > *val)
Definition ClassProjectLeaderboard.h:20
int getLeaderboardSize()
Definition ClassProjectLeaderboard.h:8
List< SharedPointer< ClassProjectLeaderboardPlayer > > * getLeaderboardList()
Definition ClassProjectLeaderboard.h:16
void setTopEntry(int val)
Definition ClassProjectLeaderboard.h:28
void setLeaderboardSize(int val)
Definition ClassProjectLeaderboard.h:12
int getTopEntry()
Definition ClassProjectLeaderboard.h:24
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86