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

Method stop

bwapi/BWAPILIB/Source/Unitset.cpp:167–170  ·  view source on GitHub ↗

--------------------------------------------- STOP -------------------------------------------------------

Source from the content-addressed store, hash-verified

165 }
166 //--------------------------------------------- STOP -------------------------------------------------------
167 bool Unitset::stop(bool shiftQueueCommand) const
168 {
169 return this->issueCommand(UnitCommand::stop(nullptr, shiftQueueCommand));
170 }
171 //--------------------------------------------- FOLLOW -----------------------------------------------------
172 bool Unitset::follow(Unit target, bool shiftQueueCommand) const
173 {

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected