Skip to content

BugReport ​

GameclientMessageBugReport · outbound · 56 bytes

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

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

Packet.send("BugReport", {
  category = 0,
  text = "",
})
NameKindNested
categoryu32—
textstr—

Arcane SDK catalog generated from scripts/sdk