#include <PetDerbyObstacleBehaviorTemplate.h>
◆ getActionType()
PetDerbyActions PetDerbyObstacleBehaviorTemplate::getActionType |
( |
| ) |
|
|
inline |
◆ getAddToWorldSound()
std::string PetDerbyObstacleBehaviorTemplate::getAddToWorldSound |
( |
| ) |
|
|
inline |
◆ getCanDestroy()
bool PetDerbyObstacleBehaviorTemplate::getCanDestroy |
( |
| ) |
|
|
inline |
◆ getDecisionRadius()
float PetDerbyObstacleBehaviorTemplate::getDecisionRadius |
( |
| ) |
|
|
inline |
◆ getDerbyEffectList()
List< SharedPointer< DerbyEffect > > * PetDerbyObstacleBehaviorTemplate::getDerbyEffectList |
( |
| ) |
|
|
inline |
◆ getImpactSound()
std::string PetDerbyObstacleBehaviorTemplate::getImpactSound |
( |
| ) |
|
|
inline |
◆ getMoraleIncrease()
int PetDerbyObstacleBehaviorTemplate::getMoraleIncrease |
( |
| ) |
|
|
inline |
◆ getOnActionFailEffectList()
List< SharedPointer< DerbyEffect > > * PetDerbyObstacleBehaviorTemplate::getOnActionFailEffectList |
( |
| ) |
|
|
inline |
◆ getOnActionSuccessEffectList()
List< SharedPointer< DerbyEffect > > * PetDerbyObstacleBehaviorTemplate::getOnActionSuccessEffectList |
( |
| ) |
|
|
inline |
◆ getSpinEffect()
std::string PetDerbyObstacleBehaviorTemplate::getSpinEffect |
( |
| ) |
|
|
inline |
◆ setActionType()
void PetDerbyObstacleBehaviorTemplate::setActionType |
( |
PetDerbyActions | val | ) |
|
|
inline |
◆ setAddToWorldSound()
void PetDerbyObstacleBehaviorTemplate::setAddToWorldSound |
( |
std::string | val | ) |
|
|
inline |
◆ setCanDestroy()
void PetDerbyObstacleBehaviorTemplate::setCanDestroy |
( |
bool | val | ) |
|
|
inline |
◆ setDecisionRadius()
void PetDerbyObstacleBehaviorTemplate::setDecisionRadius |
( |
float | val | ) |
|
|
inline |
◆ setDerbyEffectList()
void PetDerbyObstacleBehaviorTemplate::setDerbyEffectList |
( |
List< SharedPointer< DerbyEffect > > * | val | ) |
|
|
inline |
◆ setImpactSound()
void PetDerbyObstacleBehaviorTemplate::setImpactSound |
( |
std::string | val | ) |
|
|
inline |
◆ setMoraleIncrease()
void PetDerbyObstacleBehaviorTemplate::setMoraleIncrease |
( |
int | val | ) |
|
|
inline |
◆ setOnActionFailEffectList()
void PetDerbyObstacleBehaviorTemplate::setOnActionFailEffectList |
( |
List< SharedPointer< DerbyEffect > > * | val | ) |
|
|
inline |
◆ setOnActionSuccessEffectList()
void PetDerbyObstacleBehaviorTemplate::setOnActionSuccessEffectList |
( |
List< SharedPointer< DerbyEffect > > * | val | ) |
|
|
inline |
◆ setSpinEffect()
void PetDerbyObstacleBehaviorTemplate::setSpinEffect |
( |
std::string | val | ) |
|
|
inline |