Appearance
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,
})| Name | Kind | Nested |
|---|---|---|
type | u32 | — |
look_type | u32 | — |
flags | u32 | — |