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

Method isDefenseMatrixed

bwapi/BWAPILIB/Source/Unit.cpp:239–242  ·  view source on GitHub ↗

------------------------------------------ STATUS ---------------------------------------------

Source from the content-addressed store, hash-verified

237 }
238 // ------------------------------------------ STATUS ---------------------------------------------
239 bool UnitInterface::isDefenseMatrixed() const
240 {
241 return this->getDefenseMatrixTimer() != 0;
242 }
243
244 bool UnitInterface::isEnsnared() const
245 {

Callers 4

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

Calls 1

getDefenseMatrixTimerMethod · 0.80

Tested by 2

onStartMethod · 0.64
updateMethod · 0.64