Skip to content

GetOutfit ​

GameclientMessageGetOutfit · outbound · 40 bytes

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

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

Packet.send("GetOutfit", {
  type = 0,
  look_type = 0,
  flags = 0,
})
NameKindNested
typeu32—
look_typeu32—
flagsu32—

Arcane SDK catalog generated from scripts/sdk