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

Method child

include/behaviortree_cpp/control_node.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 const std::vector<TreeNode*>& children() const;
52
53 const TreeNode* child(size_t index) const
54 {
55 return children().at(index);
56 }
57
58 virtual void halt() override;
59

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected