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

Method canUnloadAtPosition

bwapi/Shared/UnitShared.cpp:906–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904 return Templates::canUnloadWithOrWithoutTarget(const_cast<UnitImpl*>(this), checkCommandibility);
905 }
906 bool UnitImpl::canUnloadAtPosition(Position targDropPos, bool checkCanIssueCommandType, bool checkCommandibility) const
907 {
908 return Templates::canUnloadAtPosition(const_cast<UnitImpl*>(this), targDropPos, checkCanIssueCommandType, checkCommandibility);
909 }
910 bool UnitImpl::canUnload(bool checkCommandibility) const
911 {
912 return Templates::canUnload(const_cast<UnitImpl*>(this), checkCommandibility);

Callers

nothing calls this directly

Calls 1

canUnloadAtPositionFunction · 0.85

Tested by

no test coverage detected