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

Function GetProtossAirRushScore

bwapi/BWScriptEmulator/Rush.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32int GetProtossAirRushScore(Player player)
33{
34 return player->completedUnitCount(UnitTypes::Protoss_Dragoon) +
35 player->completedUnitCount(UnitTypes::Protoss_Scout);
36}
37
38
39bool Rush::execute(aithread &thread) const

Callers 1

executeMethod · 0.85

Calls 1

completedUnitCountMethod · 0.80

Tested by

no test coverage detected