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

Method OnUnitCreated

tests/test_framework.cc:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void UnitTestBot::OnUnitCreated(const Unit& unit) {
116 if (current_sequence_ < sequences_.size()) {
117 sequences_[current_sequence_]->OnUnitCreated(unit);
118 }
119}
120
121void UnitTestBot::OnUnitIdle(const Unit& unit) {
122 if (current_sequence_ < sequences_.size()) {

Callers 1

IssueUnitAddedEventsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected