W3Booster SDK 2.0.0
    Preparing search index...

    Interface Point

    Warcraft III map coordinates. They are useful for relative map placement/order and are not screen pixels.

    interface Point {
        x: number;
        y: number;
    }
    Index
    x y
    x: number
    y: number