screeps-api
    Preparing search index...

    Interface Nuke

    A nuke landing position. This object cannot be removed or modified.

    https://docs.screeps.com/api/#Nuke

    interface Nuke {
        _id: string;
        effects?: { [index: number]: Effect } | null;
        landTime: number;
        launchRoomName: string;
        name?: string;
        room: string;
        type: "nuke";
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _id: string
    effects?: { [index: number]: Effect } | null

    Temporary effects that are active on this object

    landTime: number

    Game time at which this nuke will land

    launchRoomName: string

    Name of the room that launched this nuke

    name?: string
    room: string
    type: "nuke"
    x: number
    y: number