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

Method ActionNodeBase

src/action_node.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using namespace BT;
22
23ActionNodeBase::ActionNodeBase(const std::string& name, const NodeConfig& config)
24 : LeafNode::LeafNode(name, config)
25{}
26
27//-------------------------------------------------------
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected