MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / ParallelNode

Class ParallelNode

source/game/StarBehaviorDatabase.hpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96};
97
98struct ParallelNode {
99 ParallelNode(StringMap<NodeParameter>, List<BehaviorNodeConstPtr> children);
100
101 int succeed;
102 int fail;
103 List<BehaviorNodeConstPtr> children;
104};
105
106struct DynamicNode {
107 DynamicNode(List<BehaviorNodeConstPtr> children);

Callers 1

compositeNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected