MCPcopy 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
411Sensor* Unit::getDetectSensor() const noexcept {
412 return _detectSensor;
413}
414
415Sensor* Unit::getAttackSensor() const noexcept {
416 return _attackSensor;

Callers 3

runDecisionTreeMethod · 0.80
getDetectedBodiesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected