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

Class DynamicNode

source/game/StarBehaviorDatabase.hpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104};
105
106struct DynamicNode {
107 DynamicNode(List<BehaviorNodeConstPtr> children);
108
109 List<BehaviorNodeConstPtr> children;
110};
111
112struct RandomizeNode {
113 RandomizeNode(List<BehaviorNodeConstPtr> children);

Callers 1

compositeNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected