getHighscoresUrl

fun getHighscoresUrl(    world: String?,     category: HighscoresCategory = HighscoresCategory.EXPERIENCE_POINTS,     vocations: HighscoresProfession = HighscoresProfession.ALL,     page: Int = 1,     battleEye: HighscoresBattlEyeType = HighscoresBattlEyeType.ANY_WORLD,     worldTypes: Set<PvpType>? = null): String(source)

Get the URL to the highscores, with the specified parameters.

Parameters

world

If null, the highscores for all worlds will be displayed.