24 #include "MABehavior.hpp" 26 #include <MCThreadLocalData.hpp> 61 void SetVerbose(
bool new_state);
68 virtual void UpdateBehaviors();
75 virtual void SetRandomSeed();
82 static void HibernateSystem();
89 static void ResumeSystem();
100 virtual std::string GetSkitDatabaseFileName();
109 virtual std::string GetSoundDatabaseFileName();
116 virtual void CreateDefaultBehaviors();
bool Verbose
Whether the behavior manager is verbose.
MA::BehaviorList ActiveBehaviors
Active behavior list.
A wrapper class to cover boost::thread_specific_ptr/folly::ThreadLocal API on certain targets...