2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/MadlibBlock.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/ServiceOptionBase.h>
10 return reinterpret_cast<List<SharedPointer<ServiceOptionBase>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
14 *
reinterpret_cast<List<SharedPointer<ServiceOptionBase>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
18 return reinterpret_cast<SharedPointer<MadlibBlock> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
22 *
reinterpret_cast<SharedPointer<MadlibBlock> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
26 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
30 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
34 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
38 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
42 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB0);
46 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB0) = val;
50 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xD0);
54 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xD0) = val;
58 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF0);
62 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF0) = val;
66 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x110);
70 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x110) = val;
74 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x111);
78 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x111) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition ServiceMementoBase.h:7
std::string getNpcTextKey()
Definition ServiceMementoBase.h:33
void setBTurnPlayerToFace(bool val)
Definition ServiceMementoBase.h:69
SharedPointer< MadlibBlock > * getPersonaMadlibs()
Definition ServiceMementoBase.h:17
void setNpcGreetingSound(std::string val)
Definition ServiceMementoBase.h:53
void setServiceOptions(List< SharedPointer< ServiceOptionBase > > *val)
Definition ServiceMementoBase.h:13
std::string getNpcIcon()
Definition ServiceMementoBase.h:41
std::string getNpcNameKey()
Definition ServiceMementoBase.h:25
void setNpcIcon(std::string val)
Definition ServiceMementoBase.h:45
std::string getNpcFarewellSound()
Definition ServiceMementoBase.h:57
List< SharedPointer< ServiceOptionBase > > * getServiceOptions()
Definition ServiceMementoBase.h:9
void setNpcTextKey(std::string val)
Definition ServiceMementoBase.h:37
void setNpcNameKey(std::string val)
Definition ServiceMementoBase.h:29
bool getClickToInteractOnly()
Definition ServiceMementoBase.h:73
void setNpcFarewellSound(std::string val)
Definition ServiceMementoBase.h:61
std::string getNpcGreetingSound()
Definition ServiceMementoBase.h:49
bool getBTurnPlayerToFace()
Definition ServiceMementoBase.h:65
void setClickToInteractOnly(bool val)
Definition ServiceMementoBase.h:77
void setPersonaMadlibs(SharedPointer< MadlibBlock > *val)
Definition ServiceMementoBase.h:21