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

Method PrintNumber

examples/t18_waypoints.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48public:
49 PrintNumber(const std::string& name, const NodeConfig& config)
50 : SyncActionNode(name, config)
51 {}
52
53 NodeStatus tick() override
54 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected