screeps-api
    Preparing search index...

    Interface IntrashardDestination

    Destination of an intrashard StructurePortal

    interface IntrashardDestination {
        room: string;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    room: string
    x: number
    y: number