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

Method isInvincible

bwapi/Shared/UnitShared.cpp:548–551  ·  view source on GitHub ↗

--------------------------------------------- IS INVINCIBLE ----------------------------------------------

Source from the content-addressed store, hash-verified

546 }
547 //--------------------------------------------- IS INVINCIBLE ----------------------------------------------
548 bool UnitImpl::isInvincible() const
549 {
550 return self->isInvincible;
551 }
552 //--------------------------------------------- IS LIFTED --------------------------------------------------
553 bool UnitImpl::isLifted() const
554 {

Callers 3

canAttackUnitFunction · 0.45
canAttackUnitGroupedFunction · 0.45
canUseTechUnitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected