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

Method isPatrolling

bwapi/BWAPILIB/Source/Unit.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 }
309
310 bool UnitInterface::isPatrolling() const
311 {
312 return this->getOrder() == Orders::Patrol;
313 }
314
315 bool UnitInterface::isPlagued() const
316 {

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