2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Enums/Ingredient__INGREDIENT_TYPE.h>
9 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
13 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
25 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
29 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
33 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
37 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
41 return *
reinterpret_cast<Ingredient__INGREDIENT_TYPE*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
45 *
reinterpret_cast<Ingredient__INGREDIENT_TYPE*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
Definition Ingredient.h:6
gid getItemID()
Definition Ingredient.h:8
void setIngredientType(Ingredient__INGREDIENT_TYPE val)
Definition Ingredient.h:44
void setSpellTemplate(std::string val)
Definition Ingredient.h:36
Ingredient__INGREDIENT_TYPE getIngredientType()
Definition Ingredient.h:40
std::string getAdjective()
Definition Ingredient.h:16
std::string getSpellTemplate()
Definition Ingredient.h:32
void setItemID(gid val)
Definition Ingredient.h:12
int getQuantity()
Definition Ingredient.h:24
void setAdjective(std::string val)
Definition Ingredient.h:20
void setQuantity(int val)
Definition Ingredient.h:28
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86