2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/LootInfo.h>
4#include <Cyrus/Classes/LootInfoBase.h>
5#include <Cyrus/Classes/PropertyClass.h>
10 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
14 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
18 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
22 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
26 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
30 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
Definition AddSpellLootInfo.h:7
void setInternalName(std::string val)
Definition AddSpellLootInfo.h:21
void setSpellName(std::string val)
Definition AddSpellLootInfo.h:13
std::string getSpellName()
Definition AddSpellLootInfo.h:9
std::string getInternalName()
Definition AddSpellLootInfo.h:17
unsigned int getSpellID()
Definition AddSpellLootInfo.h:25
void setSpellID(unsigned int val)
Definition AddSpellLootInfo.h:29