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

Method requiredUnit

bwapi/BWAPILIB/Source/TechType.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 return TechTypeSet::techTypeSet;
275 }
276 UnitType TechType::requiredUnit() const
277 {
278 if (*this == TechTypes::Lurker_Aspect)
279 return UnitTypes::Zerg_Lair;
280 return UnitTypes::None;
281 }
282}
283

Callers 2

canResearchFunction · 0.80
writeTechInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected