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

Method ControlNode

src/control_node.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace BT
17{
18ControlNode::ControlNode(const std::string& name, const NodeConfig& config)
19 : TreeNode::TreeNode(name, config)
20{}
21
22void ControlNode::addChild(TreeNode* child)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected