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

Method TestBuildPylon

tests/test_unit_command.cc:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 class TestBuildPylon : public TestUnitCommandTargetingPoint {
337 public:
338 TestBuildPylon() {
339 test_unit_type_ = UNIT_TYPEID::PROTOSS_PROBE;
340 test_ability_ = ABILITY_ID::BUILD_PYLON;
341 placing_structure_ = true;
342 }
343
344 void SetTestTime() override {
345 wait_game_loops_ = 150;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected