Skip to content

AddBuddy ​

GameclientMessageAddBuddy · outbound · 32 bytes

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

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

Packet.send("AddBuddy", {
  name = "",
})
NameKindNested
namestr—

Arcane SDK catalog generated from scripts/sdk