OSRS Plugin API
    Preparing search index...

    Function highlightTileOff

    • Turns off the highlight on the specified tile, if highlighted by ClientOp.highlightTileOn.

      Parameters

      • coord: number

        The coordinate of the tile in a bitpacked form. Integer.

      • channelId: number

        The highlight channel. Positive integer.

      • useSourceCoord: boolean

        Flag to use source coordinates instead of world coordinates.

      Returns void

      -- Disables the highlight of the tile directly below the player
      osrs.ClientOp.highlightTileOff(osrs.ClientOp.coord():toBitPacked(), 6, true)