Skip to content

BosstiaryStaticData ​

GameserverMessageBosstiaryStaticData · inbound · 72 bytes

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

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

Engine.on("BosstiaryStaticData", function(ev)
  print(ev.name)
end)
NameKindNested
bosstiary_unlock_killsmsgBosstiaryUnlockKills
bosstiary_unlock_kills_32msgBosstiaryUnlockKills
bosstiary_unlock_kills_40msgBosstiaryUnlockKills
bosstiary_boss_points_grantedmsgBosstiaryBossPointsGranted
bosstiary_boss_points_granted_56msgBosstiaryBossPointsGranted
bosstiary_boss_points_granted_64msgBosstiaryBossPointsGranted

Arcane SDK catalog generated from scripts/sdk