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

Method move

bwapi/BWAPILIB/Source/Unitset.cpp:152–155  ·  view source on GitHub ↗

--------------------------------------------- MOVE -------------------------------------------------------

Source from the content-addressed store, hash-verified

150 }
151 //--------------------------------------------- MOVE -------------------------------------------------------
152 bool Unitset::move(Position target, bool shiftQueueCommand) const
153 {
154 return this->issueCommand(UnitCommand::move(nullptr,target, shiftQueueCommand));
155 }
156 //--------------------------------------------- PATROL -----------------------------------------------------
157 bool Unitset::patrol(Position target, bool shiftQueueCommand) const
158 {

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected