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

Method canMove

bwapi/Shared/UnitShared.cpp:789–792  ·  view source on GitHub ↗

--------------------------------------------- CAN MOVE ---------------------------------------------------

Source from the content-addressed store, hash-verified

787 }
788 //--------------------------------------------- CAN MOVE ---------------------------------------------------
789 bool UnitImpl::canMove(bool checkCommandibility) const
790 {
791 return Templates::canMove(const_cast<UnitImpl*>(this), checkCommandibility);
792 }
793 bool UnitImpl::canMoveGrouped(bool checkCommandibilityGrouped, bool checkCommandibility) const
794 {
795 return Templates::canMoveGrouped(const_cast<UnitImpl*>(this), checkCommandibilityGrouped, checkCommandibility);

Callers 10

canBuildHereFunction · 0.45
canAttackMoveGroupedFunction · 0.45
canAttackUnitFunction · 0.45
canAttackUnitGroupedFunction · 0.45
canMoveFunction · 0.45
canMoveGroupedFunction · 0.45
canHoldPositionFunction · 0.45
canLoadFunction · 0.45
startMethod · 0.45
executeMethod · 0.45

Calls 1

canMoveFunction · 0.85

Tested by 1

startMethod · 0.36