2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Enums/WizItemLocations__eItemType.h>
9 return *
reinterpret_cast<WizItemLocations__eItemType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<WizItemLocations__eItemType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition WizItemLocations.h:6
void setItemType(WizItemLocations__eItemType val)
Definition WizItemLocations.h:12
WizItemLocations__eItemType getItemType()
Definition WizItemLocations.h:8