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

Method getTrainingQueue

bwapi/Shared/UnitShared.cpp:238–241  ·  view source on GitHub ↗

--------------------------------------------- GET TRAINING QUEUE -----------------------------------------

Source from the content-addressed store, hash-verified

236 }
237 //--------------------------------------------- GET TRAINING QUEUE -----------------------------------------
238 UnitType::list UnitImpl::getTrainingQueue() const
239 {
240 return UnitType::list(std::begin(self->trainingQueue), std::begin(self->trainingQueue) + self->trainingQueueCount);
241 }
242 //--------------------------------------------- GET TECH ---------------------------------------------------
243 TechType UnitImpl::getTech() const
244 {

Callers 10

canMakeFunction · 0.80
canCancelTrainSlotFunction · 0.80
onFrameMethod · 0.80
verifyTrainingQueueMethod · 0.80
startMethod · 0.80
updateMethod · 0.80
stopMethod · 0.80
startMethod · 0.80
updateMethod · 0.80
stopMethod · 0.80

Calls

no outgoing calls

Tested by 8

onFrameMethod · 0.64
verifyTrainingQueueMethod · 0.64
startMethod · 0.64
updateMethod · 0.64
stopMethod · 0.64
startMethod · 0.64
updateMethod · 0.64
stopMethod · 0.64