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

Method getSensedBodies

Source/Physics/Sensor.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63Array* Sensor::getSensedBodies() const noexcept {
64 return _sensedBodies;
65}
66
67void Sensor::setEnabled(bool enable) {
68 _enabled = enable;

Callers 7

runDecisionTreeMethod · 0.80
getDetectedBodiesMethod · 0.80
runMethod · 0.80
onAttackMethod · 0.80
sensor_get_sensed_bodiesFunction · 0.80
ARRAY_STARTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected