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

Method TestBuildGateway

tests/test_unit_command.cc:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 class TestBuildGateway : public TestUnitCommandTargetingPoint {
301 public:
302 TestBuildGateway() {
303 test_unit_type_ = UNIT_TYPEID::PROTOSS_PROBE;
304 test_ability_ = ABILITY_ID::BUILD_GATEWAY;
305 placing_structure_ = true;
306 }
307
308 void SetTestTime() override {
309 wait_game_loops_ = 150;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected