2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C);
20 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C) = val;
24 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
28 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition SpellIDTracker.h:5
bool getIsRetired()
Definition SpellIDTracker.h:15
void setTieredSpellGroupIndex(int val)
Definition SpellIDTracker.h:27
void setSpellID(unsigned int val)
Definition SpellIDTracker.h:11
unsigned int getSpellID()
Definition SpellIDTracker.h:7
void setIsRetired(bool val)
Definition SpellIDTracker.h:19
int getTieredSpellGroupIndex()
Definition SpellIDTracker.h:23