MCPcopy 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
86struct SequenceNode {
87 SequenceNode(List<BehaviorNodeConstPtr> children);
88
89 List<BehaviorNodeConstPtr> children;
90};
91
92struct SelectorNode {
93 SelectorNode(List<BehaviorNodeConstPtr> children);

Callers 1

compositeNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected