Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ SelectorNode
Class
SelectorNode
source/game/StarBehaviorDatabase.hpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
};
91
92
struct SelectorNode {
93
SelectorNode(List<BehaviorNodeConstPtr> children);
94
95
List<BehaviorNodeConstPtr> children;
96
};
97
98
struct ParallelNode {
99
ParallelNode(StringMap<NodeParameter>, List<BehaviorNodeConstPtr> children);
Callers
1
compositeNode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected