MCPcopy 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
407Sensor* Unit::getGroundSensor() const noexcept {
408 return _groundSensor;
409}
410
411Sensor* Unit::getDetectSensor() const noexcept {
412 return _detectSensor;

Callers 2

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected