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

Method isRepairing

bwapi/BWAPILIB/Source/Unit.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 bool UnitInterface::isRepairing() const
321 {
322 return this->getOrder() == Orders::Repair;
323 }
324
325 bool UnitInterface::isResearching() const
326 {

Callers 3

Filters.cppFile · 0.80
onStartMethod · 0.80
updateMethod · 0.80

Calls 1

getOrderMethod · 0.45

Tested by 2

onStartMethod · 0.64
updateMethod · 0.64