Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getSensedBodies
Method
getSensedBodies
Source/Physics/Sensor.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
Array* Sensor::getSensedBodies() const noexcept {
64
return _sensedBodies;
65
}
66
67
void Sensor::setEnabled(bool enable) {
68
_enabled = enable;
Callers
7
runDecisionTree
Method · 0.80
getDetectedBodies
Method · 0.80
getBodiesInAttackRange
Method · 0.80
run
Method · 0.80
onAttack
Method · 0.80
sensor_get_sensed_bodies
Function · 0.80
ARRAY_START
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected