Appearance
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,
})| Name | Kind | Nested |
|---|---|---|
mode | i32 | — |
channel | u32 | — |
receiver | str | — |
text | str | — |
extra | u32 | — |
position | msg | ObjectPosition |