2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return reinterpret_cast<RequirementList* *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
12 *
reinterpret_cast<RequirementList* **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
16 return *
reinterpret_cast<List<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0);
20 *
reinterpret_cast<List<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0) = val;
24 return *
reinterpret_cast<List<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB0);
28 *
reinterpret_cast<List<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB0) = val;
32 return *
reinterpret_cast<List<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0);
36 *
reinterpret_cast<List<std::string>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0) = val;
40 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
44 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
48 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
52 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
56 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
60 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
List< std::string > getAdjectivesAND()
Definition EquipSlot.h:15
void setAdjectivesAND(List< std::string > val)
Definition EquipSlot.h:19
List< std::string > getAdjectivesOR()
Definition EquipSlot.h:23
void setAdjectivesNOT(List< std::string > val)
Definition EquipSlot.h:35
RequirementList ** getSlotRequirements()
Definition EquipSlot.h:7
std::string getSlotCategory()
Definition EquipSlot.h:47
void setMaxItemCount(unsigned int val)
Definition EquipSlot.h:59
void setSlotCategory(std::string val)
Definition EquipSlot.h:51
std::string getSlotName()
Definition EquipSlot.h:39
void setAdjectivesOR(List< std::string > val)
Definition EquipSlot.h:27
List< std::string > getAdjectivesNOT()
Definition EquipSlot.h:31
unsigned int getMaxItemCount()
Definition EquipSlot.h:55
void setSlotRequirements(RequirementList **val)
Definition EquipSlot.h:11
void setSlotName(std::string val)
Definition EquipSlot.h:43
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition RequirementList.h:6