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

Method holdPosition

bwapi/BWAPILIB/Source/Unitset.cpp:162–165  ·  view source on GitHub ↗

--------------------------------------------- HOLD POSITION ----------------------------------------------

Source from the content-addressed store, hash-verified

160 }
161 //--------------------------------------------- HOLD POSITION ----------------------------------------------
162 bool Unitset::holdPosition(bool shiftQueueCommand) const
163 {
164 return this->issueCommand(UnitCommand::holdPosition(nullptr, shiftQueueCommand));
165 }
166 //--------------------------------------------- STOP -------------------------------------------------------
167 bool Unitset::stop(bool shiftQueueCommand) const
168 {

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected