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

Method gather

bwapi/BWAPILIB/Source/Unitset.cpp:177–180  ·  view source on GitHub ↗

--------------------------------------------- GATHER -----------------------------------------------------

Source from the content-addressed store, hash-verified

175 }
176 //--------------------------------------------- GATHER -----------------------------------------------------
177 bool Unitset::gather(Unit target, bool shiftQueueCommand) const
178 {
179 return this->issueCommand(UnitCommand::gather(nullptr,target, shiftQueueCommand));
180 }
181 //--------------------------------------------- RETURN CARGO -----------------------------------------------
182 bool Unitset::returnCargo(bool shiftQueueCommand) const
183 {

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected