Skip to content

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)
NameKindNested
categorystr—
racesrepMonsterInClassification
countu32—

Arcane SDK catalog generated from scripts/sdk