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

Method TestBuildExtractor

tests/test_unit_command.cc:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 class TestBuildExtractor : public TestUnitCommandTargetingUnit {
245 public:
246 TestBuildExtractor() {
247 test_unit_type_ = UNIT_TYPEID::ZERG_DRONE;
248 target_unit_type_ = UNIT_TYPEID::NEUTRAL_VESPENEGEYSER;
249 test_ability_ = ABILITY_ID::BUILD_EXTRACTOR;
250 placing_structure_ = true;
251 }
252
253 void SetTestTime() override {
254 wait_game_loops_ = 200;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected