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

Method returnCargo

bwapi/BWAPILIB/Source/Unitset.cpp:182–185  ·  view source on GitHub ↗

--------------------------------------------- RETURN CARGO -----------------------------------------------

Source from the content-addressed store, hash-verified

180 }
181 //--------------------------------------------- RETURN CARGO -----------------------------------------------
182 bool Unitset::returnCargo(bool shiftQueueCommand) const
183 {
184 return this->issueCommand(UnitCommand::returnCargo(nullptr, shiftQueueCommand));
185 }
186 //--------------------------------------------- REPAIR -----------------------------------------------------
187 bool Unitset::repair(Unit target, bool shiftQueueCommand) const
188 {

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected