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

Method OnUnitEnterVision

tests/test_framework.cc:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void UnitTestBot::OnUnitEnterVision(const Unit& unit) {
128 if (current_sequence_ < sequences_.size()) {
129 sequences_[current_sequence_]->OnUnitEnterVision(unit);
130 }
131}
132
133void UnitTestBot::OnUpgradeCompleted(UpgradeID upgrade) {
134 if (current_sequence_ < sequences_.size()) {

Callers 1

IssueUnitAddedEventsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected