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

Method registerBehaviorTreeFromFile

src/bt_factory.cpp:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void BehaviorTreeFactory::registerBehaviorTreeFromFile(
285 const std::filesystem::path& filename)
286{
287 _p->parser->loadFromFile(filename);
288}
289
290void BehaviorTreeFactory::registerBehaviorTreeFromText(const std::string& xml_text)
291{

Callers

nothing calls this directly

Calls 1

loadFromFileMethod · 0.80

Tested by

no test coverage detected