Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ ActionEnum
Method
ActionEnum
tests/gtest_enums.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
{
34
public:
35
ActionEnum(const std::string& name, const NodeConfig& config)
36
: SyncActionNode(name, config)
37
{}
38
39
NodeStatus tick() override
40
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected