2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/DaysSinceItemPurchased.h>
4#include <Cyrus/Classes/NumCategoryInInventory.h>
5#include <Cyrus/Classes/NumItemInInventory.h>
6#include <Cyrus/Classes/PlayerHasBadge.h>
7#include <Cyrus/Classes/PropertyClass.h>
12 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
16 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
20 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C);
24 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C) = val;
28 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
32 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
36 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
40 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
44 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x74);
48 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x74) = val;
52 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
56 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
60 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C);
64 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C) = val;
68 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
72 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
76 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x84);
80 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x84) = val;
84 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
88 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
92 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x8C);
96 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x8C) = val;
100 return reinterpret_cast<List<SharedPointer<DaysSinceItemPurchased>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
104 *
reinterpret_cast<List<SharedPointer<DaysSinceItemPurchased>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
108 return reinterpret_cast<List<SharedPointer<NumItemInInventory>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8);
112 *
reinterpret_cast<List<SharedPointer<NumItemInInventory>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8) = val;
116 return reinterpret_cast<List<SharedPointer<NumCategoryInInventory>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8);
120 *
reinterpret_cast<List<SharedPointer<NumCategoryInInventory>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8) = val;
124 return reinterpret_cast<List<SharedPointer<PlayerHasBadge>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0xC8);
128 *
reinterpret_cast<List<SharedPointer<PlayerHasBadge>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0xC8) = val;
132 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
136 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86