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