MCPcopy 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
92struct SelectorNode {
93 SelectorNode(List<BehaviorNodeConstPtr> children);
94
95 List<BehaviorNodeConstPtr> children;
96};
97
98struct ParallelNode {
99 ParallelNode(StringMap<NodeParameter>, List<BehaviorNodeConstPtr> children);

Callers 1

compositeNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected