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

Method patrol

bwapi/BWAPILIB/Source/Unitset.cpp:157–160  ·  view source on GitHub ↗

--------------------------------------------- PATROL -----------------------------------------------------

Source from the content-addressed store, hash-verified

155 }
156 //--------------------------------------------- PATROL -----------------------------------------------------
157 bool Unitset::patrol(Position target, bool shiftQueueCommand) const
158 {
159 return this->issueCommand(UnitCommand::patrol(nullptr,target, shiftQueueCommand));
160 }
161 //--------------------------------------------- HOLD POSITION ----------------------------------------------
162 bool Unitset::holdPosition(bool shiftQueueCommand) const
163 {

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected