OSRS Plugin API
    Preparing search index...

    Function getVarp

    • Returns the value of the specified varp.

      Parameters

      • id: number

        Varp to search up

      Returns number

      Value of the specified varp.

      osrs.printf("Varp ID 395 (slayer_target): %i", osrs.ClientState.getVarp(395))