2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/RatingBadgeInfo.h>
9 return *
reinterpret_cast<Vector<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<Vector<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
25 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8);
29 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8) = val;
33 return reinterpret_cast<Vector<SharedPointer<RatingBadgeInfo>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
37 *
reinterpret_cast<Vector<SharedPointer<RatingBadgeInfo>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
Definition BattlegroundPolymorphList.h:6
void setPolymorphCategory(std::string val)
Definition BattlegroundPolymorphList.h:20
Vector< SharedPointer< RatingBadgeInfo > > * getRatingBadgeInfo()
Definition BattlegroundPolymorphList.h:32
void setRatingBadgeInfo(Vector< SharedPointer< RatingBadgeInfo > > *val)
Definition BattlegroundPolymorphList.h:36
Vector< unsigned int > getPolymorphList()
Definition BattlegroundPolymorphList.h:8
void setPolymorphList(Vector< unsigned int > val)
Definition BattlegroundPolymorphList.h:12
std::string getPolymorphCategory()
Definition BattlegroundPolymorphList.h:16
void setPolymorphRole(std::string val)
Definition BattlegroundPolymorphList.h:28
std::string getPolymorphRole()
Definition BattlegroundPolymorphList.h:24
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86