Skip to content

PartyHuntAnalyser ​

GameserverMessagePartyHuntAnalyser · inbound · 72 bytes

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

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

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

Engine.on("PartyHuntAnalyser", function(ev)
  print(ev.session_time, ev.leader_id, ev.loot_type)
end)
NameKindNested
session_timeu32—
leader_idu32—
loot_typeu32—
membersrepPartyMemberStats
namesrepPartyMemberName

Arcane SDK catalog generated from scripts/sdk