The Environment class is used to encapsulate the information and states needed by the scripting language. More...
#include <script_parser.hpp>
Public Attributes | |
EnumsTablePtr | enums |
BT::Blackboard::Ptr | vars |
The Environment class is used to encapsulate the information and states needed by the scripting language.
Definition at line 31 of file script_parser.hpp.
EnumsTablePtr BT::Ast::Environment::enums |
Definition at line 34 of file script_parser.hpp.
BT::Blackboard::Ptr BT::Ast::Environment::vars |
Definition at line 33 of file script_parser.hpp.