Skip to content

UnlockedSpells ​

GameserverMessageUnlockedSpells · inbound · 40 bytes

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

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

Engine.on("UnlockedSpells", function(ev)
  print(ev.count)
end)
NameKindNested
countu32—

Arcane SDK catalog generated from scripts/sdk