Skip to content

AnswerModalDialog ​

GameclientMessageAnswerModalDialog · outbound · 40 bytes

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

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

Packet.send("AnswerModalDialog", {
  window_id = 0,
  button = 0,
  choice = 0,
})
NameKindNested
window_idu32—
buttonu32—
choiceu32—

Arcane SDK catalog generated from scripts/sdk