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

Method GetPointOffsetX

tests/test_unit_command_common.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 void TestUnitCommand::IssueUnitCommand(ActionInterface*) {}
59
60 Point2D TestUnitCommand::GetPointOffsetX(Point2D starting_point, float offset) {
61 Point2D offset_point = starting_point;
62 offset_point.x = starting_point.x + offset;
63 return offset_point;
64 }
65
66 std::vector<Tag> TestUnitCommand::GetTagListFromUnits(Units units) {
67 std::vector<Tag> tags;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected