1234567891011121314151617181920212223242526272829 |
- // ---------------------------------------------------------------------
- // THIS FILE IS AUTO-GENERATED BY BEHAVIAC DESIGNER, SO PLEASE DON'T MODIFY IT BY YOURSELF!
- // ---------------------------------------------------------------------
- #ifndef _reboltBt_BEHAVIAC_MEMBER_VISITOR_H_
- #define _reboltBt_BEHAVIAC_MEMBER_VISITOR_H_
- #include "reboltBt_behaviac_agent_headers.h"
- // Agent property and method handlers
- namespace red
- {
- struct METHOD_TYPE_red_RedBehaviacTree_setButtonEnable { };
- template<> inline void RedBehaviacTree::_Execute_Method_<METHOD_TYPE_red_RedBehaviacTree_setButtonEnable>(behaviac::string p0, behaviac::string p1, bool p2)
- {
- this->red::RedBehaviacTree::setButtonEnable(p0, p1, p2);
- }
- struct METHOD_TYPE_red_RedBehaviacTree_setSubredButtonEnable { };
- template<> inline void RedBehaviacTree::_Execute_Method_<METHOD_TYPE_red_RedBehaviacTree_setSubredButtonEnable>(behaviac::string p0, behaviac::string p1, behaviac::string p2, bool p3)
- {
- this->red::RedBehaviacTree::setSubredButtonEnable(p0, p1, p2, p3);
- }
- }
- #endif // _reboltBt_BEHAVIAC_MEMBER_VISITOR_H_
|