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<List<MagicLevelInfo*> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
20 *
reinterpret_cast<List<MagicLevelInfo*> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
List< MagicLevelInfo * > * getClassLevelInfo()
Definition ClassInfo.h:15
std::string getClassName()
Gets the class name of the derived class in the format class T[*].
Definition ClassInfo.h:7
void setClassName(std::string val)
Definition ClassInfo.h:11
void setClassLevelInfo(List< MagicLevelInfo * > *val)
Definition ClassInfo.h:19
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86