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

Method train

bwapi/BWAPILIB/Source/Unitset.cpp:133–136  ·  view source on GitHub ↗

--------------------------------------------- TRAIN ------------------------------------------------------

Source from the content-addressed store, hash-verified

131 }
132 //--------------------------------------------- TRAIN ------------------------------------------------------
133 bool Unitset::train(UnitType type) const
134 {
135 return this->issueCommand(UnitCommand::train(nullptr,type));
136 }
137 //--------------------------------------------- MORPH ------------------------------------------------------
138 bool Unitset::morph(UnitType type) const
139 {

Callers 1

buildMethod · 0.95

Calls 1

issueCommandMethod · 0.95

Tested by

no test coverage detected