reboltBt_behaviac_agent_member_visitor.h 1.1 KB

1234567891011121314151617181920212223242526272829
  1. // ---------------------------------------------------------------------
  2. // THIS FILE IS AUTO-GENERATED BY BEHAVIAC DESIGNER, SO PLEASE DON'T MODIFY IT BY YOURSELF!
  3. // ---------------------------------------------------------------------
  4. #ifndef _reboltBt_BEHAVIAC_MEMBER_VISITOR_H_
  5. #define _reboltBt_BEHAVIAC_MEMBER_VISITOR_H_
  6. #include "reboltBt_behaviac_agent_headers.h"
  7. // Agent property and method handlers
  8. namespace red
  9. {
  10. struct METHOD_TYPE_red_RedBehaviacTree_setButtonEnable { };
  11. template<> inline void RedBehaviacTree::_Execute_Method_<METHOD_TYPE_red_RedBehaviacTree_setButtonEnable>(behaviac::string p0, behaviac::string p1, bool p2)
  12. {
  13. this->red::RedBehaviacTree::setButtonEnable(p0, p1, p2);
  14. }
  15. struct METHOD_TYPE_red_RedBehaviacTree_setSubredButtonEnable { };
  16. template<> inline void RedBehaviacTree::_Execute_Method_<METHOD_TYPE_red_RedBehaviacTree_setSubredButtonEnable>(behaviac::string p0, behaviac::string p1, behaviac::string p2, bool p3)
  17. {
  18. this->red::RedBehaviacTree::setSubredButtonEnable(p0, p1, p2, p3);
  19. }
  20. }
  21. #endif // _reboltBt_BEHAVIAC_MEMBER_VISITOR_H_