Skip to content

PreyPrices ​

GameserverMessagePreyPrices · inbound · 40 bytes

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

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

Engine.on("PreyPrices", function(ev)
  print(ev.list, ev.reroll, ev.select)
end)
NameKindNested
listu32—
rerollu32—
selectu32—

Arcane SDK catalog generated from scripts/sdk