Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getGroundSensor
Method
getGroundSensor
Source/Platformer/Unit.cpp:407–409 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
Sensor* Unit::getGroundSensor() const noexcept {
408
return _groundSensor;
409
}
410
411
Sensor* Unit::getDetectSensor() const noexcept {
412
return _detectSensor;
Callers
2
run
Method · 0.80
platformer_unit_get_ground_sensor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected