Skip to content

Talk ​

GameclientMessageTalk · outbound · 64 bytes

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

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

-- Nested position need a helper. Scalars/strings only below.
Packet.send("Talk", {
  mode = 0,
  channel = 0,
  receiver = "",
  text = "",
  extra = 0,
})
NameKindNested
modei32—
channelu32—
receiverstr—
textstr—
extrau32—
positionmsgObjectPosition

Arcane SDK catalog generated from scripts/sdk