MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / OnBuildingConstructionComplete

Method OnBuildingConstructionComplete

tests/test_framework.cc:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void UnitTestBot::OnBuildingConstructionComplete(const Unit& unit) {
140 if (current_sequence_ < sequences_.size()) {
141 sequences_[current_sequence_]->OnBuildingConstructionComplete(unit);
142 }
143}
144
145void UnitTestBot::OnNydusDetected() {
146 if (current_sequence_ < sequences_.size()) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected