Skip to content

SetClientOptions ​

GameclientMessageSetClientOptions · outbound · 32 bytes

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

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

Packet.send("SetClientOptions", {
  -- no scalar fields
})

No recovered fields.

Arcane SDK catalog generated from scripts/sdk