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

Method WhileDoElseNode

src/controls/while_do_else_node.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace BT
16{
17WhileDoElseNode::WhileDoElseNode(const std::string& name)
18 : ControlNode::ControlNode(name, {})
19{
20 setRegistrationID("WhileDoElse");
21}
22
23void WhileDoElseNode::halt()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected