22 #include "MAStandBurpSkit.hpp" 24 #include "core/MARandomness.hpp" 25 #include "controllers/MAMouthController.hpp" 26 #include "MAStandFunnySkitFinish.hpp" 27 #include "MAMouthSpeakingMaster.hpp" #define MA_RANDOM_POINT_1(_variable_name, _min, _max)
Set a random point with one value.
void ActivatedStateUpdate() override
Perform actions when the behavior is in activated state.
int GetElapsedActivatedStateTime() const
Get the elapsed activated state time.
MA::DesiredConnectionMap DesiredConnections
Desired connection map to other behaviors.
int PlaySound(const std::string &name)
Play a sound and register the playback.
std::string MCToStr(const T value, bool hex_manipulator=false)
Convert an other type to string with std::stringstream.
Finish a funny skit while standing.
#define MABEHAVIOR_CREATE(_behavior, _master,...)
Create behaviors with custom constructor safely.
std::string MCGetClassName(T *instance=nullptr, const std::string &name_suffix="")
Get a class name.
MABehavior * GetMaster()
Get the master behavior.
virtual void ActivatingActions() override
Perform actions when the behavior is being activated.
void StartTransition(MAController &controller, const std::string &transition_name)
Start a transition.
virtual void FinishingActions() override
Perform actions when the behavior is being finished.
virtual MABehavior::StimulusLevelType GetCurrentStimulus() override
Get the current behavior stimulus.