MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getDecisionTree

Method getDecisionTree

Source/Platformer/Unit.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438Decision::Leaf* Unit::getDecisionTree() const noexcept {
439 return _decisionTree;
440}
441
442void Unit::setBehaviorTree(Behavior::Leaf* var) {
443 _behaviorTree = var;

Callers 1

runDecisionTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected