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

Method IfThenElseNode

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected