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

Method SaySomething

sample_nodes/dummy_nodes.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48public:
49 SaySomething(const std::string& name, const BT::NodeConfig& config)
50 : BT::SyncActionNode(name, config)
51 {}
52
53 // You must override the virtual function tick()
54 NodeStatus tick() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected