Skip to content

RevokeInvitation ​

GameclientMessageRevokeInvitation · outbound · 32 bytes

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

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

Packet.send("RevokeInvitation", {
  creature_id = 0,
})
NameKindNested
creature_idu32—

Arcane SDK catalog generated from scripts/sdk