screeps-api
    Preparing search index...

    Interface Position

    Indicates the position of an object within a known room (which is why a room name field isn't included).

    interface Position {
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    x y

    Properties

    x: number
    y: number