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

Method setRallyPoint

bwapi/BWAPILIB/Source/Unitset.cpp:143–146  ·  view source on GitHub ↗

--------------------------------------------- SET RALLY POSITION -----------------------------------------

Source from the content-addressed store, hash-verified

141 }
142 //--------------------------------------------- SET RALLY POSITION -----------------------------------------
143 bool Unitset::setRallyPoint(Position target) const
144 {
145 return this->issueCommand(UnitCommand::setRallyPoint(nullptr, target));
146 }
147 bool Unitset::setRallyPoint(Unit target) const
148 {
149 return this->issueCommand(UnitCommand::setRallyPoint(nullptr, target));

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected