Skip to content

KillTracking ​

GameserverMessageKillTracking · inbound · 48 bytes

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

A specialized decoder also runs for this type and may add richer nested fields.

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

Engine.on("KillTracking", function(ev)
  print(ev.name)
end)
NameKindNested
monstermsgNameAndOutfit
itemsrepAppearanceInstance

Arcane SDK catalog generated from scripts/sdk