2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x6C);
20 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x6C) = val;
24 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
28 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
32 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
36 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
40 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x9C);
44 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x9C) = val;
Definition InfractionEvent.h:5
void setLifespan(std::string val)
Definition InfractionEvent.h:35
std::string getLifespan()
Definition InfractionEvent.h:31
float getRepeatScaler()
Definition InfractionEvent.h:23
bool getCollapse()
Definition InfractionEvent.h:39
void setCollapse(bool val)
Definition InfractionEvent.h:43
void setBasePoints(float val)
Definition InfractionEvent.h:19
float getBasePoints()
Definition InfractionEvent.h:15
std::string getEventName()
Definition InfractionEvent.h:7
void setEventName(std::string val)
Definition InfractionEvent.h:11
void setRepeatScaler(float val)
Definition InfractionEvent.h:27
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86