MCPcopy Create free account
hub / github.com/bwapi/bwapi / isLockedDown

Method isLockedDown

bwapi/BWAPILIB/Source/Unit.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 bool UnitInterface::isLockedDown() const
301 {
302 return this->getLockdownTimer() != 0;
303 }
304
305 bool UnitInterface::isMaelstrommed() const
306 {

Callers 6

canCommandFunction · 0.80
Military.cppFile · 0.80
Filters.cppFile · 0.80
onStartMethod · 0.80
updateMethod · 0.80
onFrameMethod · 0.80

Calls 1

getLockdownTimerMethod · 0.80

Tested by 2

onStartMethod · 0.64
updateMethod · 0.64