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

Method SimpleConditionNode

src/condition_node.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{}
21
22SimpleConditionNode::SimpleConditionNode(const std::string& name,
23 TickFunctor tick_functor,
24 const NodeConfig& config)
25 : ConditionNode(name, config), tick_functor_(std::move(tick_functor))
26{}
27
28NodeStatus SimpleConditionNode::tick()
29{

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected