Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
438
Decision::Leaf* Unit::getDecisionTree() const noexcept {
439
return _decisionTree;
440
}
441
442
void Unit::setBehaviorTree(Behavior::Leaf* var) {
443
_behaviorTree = var;
Callers
1
runDecisionTree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected