Appearance
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)| Name | Kind | Nested |
|---|---|---|
session_time | u32 | — |
leader_id | u32 | — |
loot_type | u32 | — |
members | rep | PartyMemberStats |
names | rep | PartyMemberName |