MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / registerBehaviorTreeFromText

Method registerBehaviorTreeFromText

src/bt_factory.cpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void BehaviorTreeFactory::registerBehaviorTreeFromText(const std::string& xml_text)
291{
292 _p->parser->loadFromText(xml_text);
293}
294
295std::vector<std::string> BehaviorTreeFactory::registeredBehaviorTrees() const
296{

Callers 15

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

loadFromTextMethod · 0.80

Tested by 12

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64