Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getDetectSensor
Method
getDetectSensor
Source/Platformer/Unit.cpp:411–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
Sensor* Unit::getDetectSensor() const noexcept {
412
return _detectSensor;
413
}
414
415
Sensor* Unit::getAttackSensor() const noexcept {
416
return _attackSensor;
Callers
3
runDecisionTree
Method · 0.80
getDetectedBodies
Method · 0.80
platformer_unit_get_detect_sensor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected