Point on the game board, 0..255. Note: bottom left of the screen is 0, 0.

Generated

from protobuf message SC2APIProtocol.Point

interface Point {
    x?: number;
    y?: number;
    z?: number;
}

Properties

Properties

x?: number

Generated

from protobuf field: optional float x = 1;

y?: number

Generated

from protobuf field: optional float y = 2;

z?: number

Generated

from protobuf field: optional float z = 3;

Generated using TypeDoc