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

Method SampleNode595

tests/script_parser_test.cpp:375–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373{
374public:
375 SampleNode595(const std::string& name, const BT::NodeConfiguration& config)
376 : BT::SyncActionNode(name, config)
377 {}
378
379 BT::NodeStatus tick() override
380 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected