OSRS Plugin API
    Preparing search index...

    Function setClipboard

    • Copies a string to the clipboard.

      Parameters

      • clipboardString: string

        string to copy to the clipboard

      Returns void

      -- Can paste this string after running
      osrs.setClipboard("Example")
    • Copies a string to the clipboard.

      Parameters

      • clipboardString: string

        string to copy to the clipboard

      Returns void

      -- Can paste this string after running
      osrs.setClipboard("Example")