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

Method SayHi

examples/t19_polymorphic_ports.cpp:107–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105{
106public:
107 SayHi(const std::string& name, const NodeConfig& config) : SyncActionNode(name, config)
108 {}
109
110 NodeStatus tick() override
111 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected