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

Method requiredTech

bwapi/BWAPILIB/Source/UnitType.cpp:2178–2183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2176 return reqUnitsMap[this->getID()];
2177 }
2178 TechType UnitType::requiredTech() const
2179 {
2180 if ( *this == UnitTypes::Zerg_Lurker || *this == UnitTypes::Zerg_Lurker_Egg )
2181 return TechTypes::Lurker_Aspect;
2182 return TechTypes::None;
2183 }
2184 TechType UnitType::cloakingTech() const
2185 {
2186 switch ( *this )

Callers 2

canMakeFunction · 0.80
writeUnitInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected