2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/EquippedItemInfo.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/PublicEquippedJewelInfo.h>
10 return *
reinterpret_cast<bui5*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x5C);
14 *
reinterpret_cast<bui5*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x5C) = val;
18 return *
reinterpret_cast<bui5*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
22 *
reinterpret_cast<bui5*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
26 return *
reinterpret_cast<bui5*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x64);
30 *
reinterpret_cast<bui5*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x64) = val;
34 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
38 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
42 return reinterpret_cast<SharedPointer<PublicEquippedJewelInfo> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
46 *
reinterpret_cast<SharedPointer<PublicEquippedJewelInfo> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
50 return *
reinterpret_cast<u24*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
54 *
reinterpret_cast<u24*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
Definition EquippedItemInfo.h:5
Definition WizardEquippedItemInfo.h:7
bui5 getBaseColor()
Definition WizardEquippedItemInfo.h:9
bui5 getTrimColor()
Definition WizardEquippedItemInfo.h:17
void setBaseColor(bui5 val)
Definition WizardEquippedItemInfo.h:13
void setPattern(bui5 val)
Definition WizardEquippedItemInfo.h:29
void setTrimColor(bui5 val)
Definition WizardEquippedItemInfo.h:21
u24 getFullColor()
Definition WizardEquippedItemInfo.h:49
SharedPointer< PublicEquippedJewelInfo > * getPJewelInfo()
Definition WizardEquippedItemInfo.h:41
bui5 getPattern()
Definition WizardEquippedItemInfo.h:25
void setFullColor(u24 val)
Definition WizardEquippedItemInfo.h:53
void setPJewelInfo(SharedPointer< PublicEquippedJewelInfo > *val)
Definition WizardEquippedItemInfo.h:45
unsigned int getDisplayID()
Definition WizardEquippedItemInfo.h:33
void setDisplayID(unsigned int val)
Definition WizardEquippedItemInfo.h:37