OSRS Plugin API
    Preparing search index...

    Function toggleLeftPanel

    • Toggles whether to draw left panel to the screen.

      Parameters

      • isVisible: boolean

        The boolean flag controlling whether to draw the left panel.

      Returns void

      -- Draw left panel
      osrs.Ui.toggleLeftPanel(true)

      -- Hide left panel
      osrs.Ui.toggleLeftPanel(false)