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

Method SyncActionNode

src/action_node.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53//-------------------------------------------------------
54
55SyncActionNode::SyncActionNode(const std::string& name, const NodeConfig& config)
56 : ActionNodeBase(name, config)
57{}
58
59NodeStatus SyncActionNode::executeTick()
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected