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

Method isInterruptible

bwapi/Shared/UnitShared.cpp:543–546  ·  view source on GitHub ↗

--------------------------------------------- IS INTERRUPTIBLE -------------------------------------------

Source from the content-addressed store, hash-verified

541 }
542 //--------------------------------------------- IS INTERRUPTIBLE -------------------------------------------
543 bool UnitImpl::isInterruptible() const
544 {
545 return self->isInterruptible;
546 }
547 //--------------------------------------------- IS INVINCIBLE ----------------------------------------------
548 bool UnitImpl::isInvincible() const
549 {

Callers 15

canAttackUnitFunction · 0.80
canAttackUnitGroupedFunction · 0.80
canBuildFunction · 0.80
canMoveFunction · 0.80
canGatherFunction · 0.80
canReturnCargoFunction · 0.80
canRepairFunction · 0.80
canLoadFunction · 0.80
canRightClickPositionFunction · 0.80
canRightClickUnitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected