#include <ServiceMementoBase.h>
◆ getBTurnPlayerToFace()
bool ServiceMementoBase::getBTurnPlayerToFace |
( |
| ) |
|
|
inline |
◆ getClickToInteractOnly()
bool ServiceMementoBase::getClickToInteractOnly |
( |
| ) |
|
|
inline |
◆ getNpcFarewellSound()
std::string ServiceMementoBase::getNpcFarewellSound |
( |
| ) |
|
|
inline |
◆ getNpcGreetingSound()
std::string ServiceMementoBase::getNpcGreetingSound |
( |
| ) |
|
|
inline |
◆ getNpcIcon()
std::string ServiceMementoBase::getNpcIcon |
( |
| ) |
|
|
inline |
◆ getNpcNameKey()
std::string ServiceMementoBase::getNpcNameKey |
( |
| ) |
|
|
inline |
◆ getNpcTextKey()
std::string ServiceMementoBase::getNpcTextKey |
( |
| ) |
|
|
inline |
◆ getPersonaMadlibs()
SharedPointer< MadlibBlock > * ServiceMementoBase::getPersonaMadlibs |
( |
| ) |
|
|
inline |
◆ getServiceOptions()
List< SharedPointer< ServiceOptionBase > > * ServiceMementoBase::getServiceOptions |
( |
| ) |
|
|
inline |
◆ setBTurnPlayerToFace()
void ServiceMementoBase::setBTurnPlayerToFace |
( |
bool | val | ) |
|
|
inline |
◆ setClickToInteractOnly()
void ServiceMementoBase::setClickToInteractOnly |
( |
bool | val | ) |
|
|
inline |
◆ setNpcFarewellSound()
void ServiceMementoBase::setNpcFarewellSound |
( |
std::string | val | ) |
|
|
inline |
◆ setNpcGreetingSound()
void ServiceMementoBase::setNpcGreetingSound |
( |
std::string | val | ) |
|
|
inline |
◆ setNpcIcon()
void ServiceMementoBase::setNpcIcon |
( |
std::string | val | ) |
|
|
inline |
◆ setNpcNameKey()
void ServiceMementoBase::setNpcNameKey |
( |
std::string | val | ) |
|
|
inline |
◆ setNpcTextKey()
void ServiceMementoBase::setNpcTextKey |
( |
std::string | val | ) |
|
|
inline |
◆ setPersonaMadlibs()
void ServiceMementoBase::setPersonaMadlibs |
( |
SharedPointer< MadlibBlock > * | val | ) |
|
|
inline |
◆ setServiceOptions()
void ServiceMementoBase::setServiceOptions |
( |
List< SharedPointer< ServiceOptionBase > > * | val | ) |
|
|
inline |