Point on the screen/minimap (e.g., 0..64). Note: bottom left of the screen is 0, 0.

Generated

from protobuf message SC2APIProtocol.PointI

interface PointI {
    x?: number;
    y?: number;
}

Properties

Properties

x?: number

Generated

from protobuf field: optional int32 x = 1;

y?: number

Generated

from protobuf field: optional int32 y = 2;

Generated using TypeDoc