Skip to content

RuleViolationReport ​

GameclientMessageRuleViolationReport · outbound · 72 bytes

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

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

Packet.send("RuleViolationReport", {
  category = 0,
  statement = 0,
  reporter = "",
  reason = "",
  comment = "",
  statement_id = 0,
})
NameKindNested
categoryu32—
statementu32—
reporterstr—
reasonstr—
commentstr—
statement_idu32—
timeu32—
channelu32—

Arcane SDK catalog generated from scripts/sdk