OSRS Plugin API
    Preparing search index...

    Type Alias OnTileOpCallback

    OnTileOpCallback: (opName: string, coordinate: MapCoord) => void

    The callback for Events.ON_TILE_OP events.

    Type Declaration

      • (opName: string, coordinate: MapCoord): void
      • Parameters

        • opName: string

          The action selected by the player.

        • coordinate: MapCoord

          The coordinate of the selected tile.

        Returns void