Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
415
Sensor* Unit::getAttackSensor() const noexcept {
416
return _attackSensor;
417
}
418
419
UnitAction* Unit::getCurrentAction() const noexcept {
420
return _currentAction;
Callers
4
runDecisionTree
Method · 0.80
getBodiesInAttackRange
Method · 0.80
onAttack
Method · 0.80
platformer_unit_get_attack_sensor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected