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

Method TestBuildBarracks

tests/test_unit_command.cc:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 class TestBuildBarracks : public TestUnitCommandTargetingPoint {
85 public:
86 TestBuildBarracks() {
87 test_unit_type_ = UNIT_TYPEID::TERRAN_SCV;
88 test_ability_ = ABILITY_ID::BUILD_BARRACKS;
89 placing_structure_ = true;
90 }
91
92 void SetTestTime() override {
93 wait_game_loops_ = 150;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected