Skip to content

Highscores ​

GameserverMessageHighscores · inbound · 152 bytes

Subscribe with Engine.on("Highscores", fn). Print the live usage block with Engine.help("Highscores").

lua
local Engine = require("sdk.engine")

Engine.on("Highscores", function(ev)
  print(ev.page, ev.world, ev.timestamp)
end)
NameKindNested
pageu32—
vocation_filtersrepHighscoreVocationFilterInfo
worldstr—
timestampu64—
own_ranku32—
extra_vocation_filtersrepHighscoreVocationFilterInfo
own_valueu32—
highscore_category_inforepHighscoreCategoryInfo
categoryu32—
vocationu32—
pagesu32—
highscore_entriesrepHighscoreEntry
update_timeru32—
show_loyaltyu8—
category_typeu32—
world_typeu32—

Arcane SDK catalog generated from scripts/sdk