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

Method follow

bwapi/BWAPILIB/Source/Unitset.cpp:172–175  ·  view source on GitHub ↗

--------------------------------------------- FOLLOW -----------------------------------------------------

Source from the content-addressed store, hash-verified

170 }
171 //--------------------------------------------- FOLLOW -----------------------------------------------------
172 bool Unitset::follow(Unit target, bool shiftQueueCommand) const
173 {
174 return this->issueCommand(UnitCommand::follow(nullptr,target, shiftQueueCommand));
175 }
176 //--------------------------------------------- GATHER -----------------------------------------------------
177 bool Unitset::gather(Unit target, bool shiftQueueCommand) const
178 {

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected