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

Method CreateSphynx

examples/t19_polymorphic_ports.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82{
83public:
84 CreateSphynx(const std::string& name, const NodeConfig& config)
85 : SyncActionNode(name, config)
86 {}
87
88 NodeStatus tick() override
89 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected