MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getAttackSensor

Method getAttackSensor

Source/Platformer/Unit.cpp:415–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415Sensor* Unit::getAttackSensor() const noexcept {
416 return _attackSensor;
417}
418
419UnitAction* Unit::getCurrentAction() const noexcept {
420 return _currentAction;

Callers 4

runDecisionTreeMethod · 0.80
onAttackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected