OSRS Plugin API
    Preparing search index...

    Function areProjectilesRendered

    • Checks to see if ALL projectiles are currently being rendered.

      Returns boolean

      Returns true if projectiles are being rendered, false if not.

      if(osrs.ClientOp.areProjectilesRendered()) then
      osrs.print("Projectiles are being rendered.")
      end