Skip to content

MonsterCyclopedia ​

GameserverMessageMonsterCyclopedia · inbound · 40 bytes

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

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

Engine.on("MonsterCyclopedia", function(ev)
  print(ev.name)
end)
NameKindNested
classesrepMonsterClassification

Arcane SDK catalog generated from scripts/sdk