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

Method OnUnitDestroyed

tests/test_framework.cc:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void UnitTestBot::OnUnitDestroyed(const Unit& unit) {
110 if (current_sequence_ < sequences_.size()) {
111 sequences_[current_sequence_]->OnUnitDestroyed(unit);
112 }
113}
114
115void UnitTestBot::OnUnitCreated(const Unit& unit) {
116 if (current_sequence_ < sequences_.size()) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected