OSRS Plugin API
    Preparing search index...

    Function coordFine

    • Gets the current fine coordinates of the player.

      Returns FineCoord

      the coordinates of the player in a FineCoord class.

      local fineCoord = osrs.ClientOp.coordFine()
      osrs.printf("Player is currently at X: %i, Y: %i, Z: %i: ", fineCoord.x, fineCoord.y, fineCoord.z)