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<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
20 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
24 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
28 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
Definition ForcedStateInfo.h:5
std::string getFromState()
Definition ForcedStateInfo.h:23
std::string getCategory()
Definition ForcedStateInfo.h:15
std::string getForcedState()
Definition ForcedStateInfo.h:7
void setCategory(std::string val)
Definition ForcedStateInfo.h:19
void setForcedState(std::string val)
Definition ForcedStateInfo.h:11
void setFromState(std::string val)
Definition ForcedStateInfo.h:27
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86