Appearance
MonsterCyclopediaMonsters ​
GameserverMessageMonsterCyclopediaMonsters · inbound · 56 bytes
Subscribe with Engine.on("MonsterCyclopediaMonsters", fn). Print the live usage block with Engine.help("MonsterCyclopediaMonsters").
lua
local Engine = require("sdk.engine")
Engine.on("MonsterCyclopediaMonsters", function(ev)
print(ev.category, ev.count)
end)| Name | Kind | Nested |
|---|---|---|
category | str | — |
races | rep | MonsterInClassification |
count | u32 | — |