2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C);
20 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C) = val;
24 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
28 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
32 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x64);
36 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x64) = val;
40 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
44 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
48 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x6C);
52 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x6C) = val;
56 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
60 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
64 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
68 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
Definition ActiveClassProject.h:5
unsigned int getEndTime()
Definition ActiveClassProject.h:31
void setMultiplier(int val)
Definition ActiveClassProject.h:51
int getGoalCount()
Definition ActiveClassProject.h:7
unsigned int getProjectID()
Definition ActiveClassProject.h:15
void setIsEnding(bool val)
Definition ActiveClassProject.h:59
void setCurrentDay(unsigned int val)
Definition ActiveClassProject.h:43
bool getIsEnding()
Definition ActiveClassProject.h:55
void setParameter(std::string val)
Definition ActiveClassProject.h:67
void setEndTime(unsigned int val)
Definition ActiveClassProject.h:35
unsigned int getCurrentDay()
Definition ActiveClassProject.h:39
void setDisplayMultiplier(int val)
Definition ActiveClassProject.h:27
int getMultiplier()
Definition ActiveClassProject.h:47
void setGoalCount(int val)
Definition ActiveClassProject.h:11
int getDisplayMultiplier()
Definition ActiveClassProject.h:23
std::string getParameter()
Definition ActiveClassProject.h:63
void setProjectID(unsigned int val)
Definition ActiveClassProject.h:19
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86