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

Method TestEffectMoveMove

tests/test_unit_command.cc:1083–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081 class TestEffectMoveMove : public TestUnitCommandTargetingPoint {
1082 public:
1083 TestEffectMoveMove() {
1084 test_unit_type_ = UNIT_TYPEID::ZERG_HYDRALISK;
1085 test_ability_ = ABILITY_ID::MOVE;
1086 }
1087
1088 void SetTestTime() override {
1089 wait_game_loops_ = 100;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected