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

Method isFlying

bwapi/BWAPILIB/Source/Unit.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 return this->getOrder() == Orders::Follow;
252 }
253 bool UnitInterface::isFlying() const
254 {
255 return this->getType().isFlyer() || this->isLifted();
256 }
257
258 bool UnitInterface::isHoldingPosition() const
259 {

Callers 6

hasPathMethod · 0.95
canAttackUnitFunction · 0.80
WeaponCanHitFunction · 0.80
getUnitsInWeaponRangeMethod · 0.80
isInWeaponRangeMethod · 0.80
Filters.cppFile · 0.80

Calls 3

isFlyerMethod · 0.80
isLiftedMethod · 0.80
getTypeMethod · 0.45

Tested by

no test coverage detected