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

Method isDoing

Source/Platformer/Unit.cpp:367–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367bool Unit::isDoing(String name) {
368 return _currentAction && _currentAction->getName() == name && _currentAction->isDoing();
369}
370
371bool Unit::isOnSurface() const {
372 return _groundSensor && _groundSensor->isSensed();

Callers 5

updateMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
platformer_unit_is_doingFunction · 0.45

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected