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

Class BehaviorTree

source/game/StarBehaviorDatabase.hpp:118–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116};
117
118struct BehaviorTree {
119 BehaviorTree(String const& name, StringSet scripts, JsonObject const& parameters);
120
121 String name;
122 StringSet scripts;
123 StringSet functions;
124 JsonObject parameters;
125
126 BehaviorNodeConstPtr root;
127};
128
129typedef std::shared_ptr<const BehaviorNode> BehaviorNodeConstPtr;
130

Callers 1

buildTreeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected