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

Method morph

bwapi/BWAPILIB/Source/Unitset.cpp:138–141  ·  view source on GitHub ↗

--------------------------------------------- MORPH ------------------------------------------------------

Source from the content-addressed store, hash-verified

136 }
137 //--------------------------------------------- MORPH ------------------------------------------------------
138 bool Unitset::morph(UnitType type) const
139 {
140 return this->issueCommand(UnitCommand::morph(nullptr,type));
141 }
142 //--------------------------------------------- SET RALLY POSITION -----------------------------------------
143 bool Unitset::setRallyPoint(Position target) const
144 {

Callers

nothing calls this directly

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected