Appearance
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)| Name | Kind | Nested |
|---|---|---|
page | u32 | — |
vocation_filters | rep | HighscoreVocationFilterInfo |
world | str | — |
timestamp | u64 | — |
own_rank | u32 | — |
extra_vocation_filters | rep | HighscoreVocationFilterInfo |
own_value | u32 | — |
highscore_category_info | rep | HighscoreCategoryInfo |
category | u32 | — |
vocation | u32 | — |
pages | u32 | — |
highscore_entries | rep | HighscoreEntry |
update_timer | u32 | — |
show_loyalty | u8 | — |
category_type | u32 | — |
world_type | u32 | — |