Type Definition Point2I
sc2::data
type Point2I = Vector2<i32>;
2D integer point used to specify a location.