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

Method isResearching

bwapi/Shared/PlayerShared.cpp:145–148  ·  view source on GitHub ↗

--------------------------------------------- IS RESEARCHING ---------------------------------------------

Source from the content-addressed store, hash-verified

143 }
144 //--------------------------------------------- IS RESEARCHING ---------------------------------------------
145 bool PlayerImpl::isResearching(TechType tech) const
146 {
147 return tech.isValid() ? self->isResearching[tech] : false;
148 }
149 //--------------------------------------------- IS UPGRADING -----------------------------------------------
150 bool PlayerImpl::isUpgrading(UpgradeType upgrade) const
151 {

Callers 12

canResearchFunction · 0.45
startMethod · 0.45
updateMethod · 0.45
stopMethod · 0.45
onStartMethod · 0.45
startMethod · 0.45
updateMethod · 0.45
stopMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
startMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by 11

startMethod · 0.36
updateMethod · 0.36
stopMethod · 0.36
onStartMethod · 0.36
startMethod · 0.36
updateMethod · 0.36
stopMethod · 0.36
updateMethod · 0.36
updateMethod · 0.36
updateMethod · 0.36
startMethod · 0.36