Skip to content

PreyAction ​

GameclientMessagePreyAction · outbound · 48 bytes

Send scalars/strings with Packet.send. Print the live usage block with Packet.help("PreyAction").

lua
local Packet = require("sdk.packet")

Packet.send("PreyAction", {
  slot = 0,
  action = 0,
  race_id = 0,
  option = 0,
  extra = 0,
})
NameKindNested
slotu32—
actionu32—
race_idu32—
optionu32—
extrau32—

Arcane SDK catalog generated from scripts/sdk