Appearance
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,
})| Name | Kind | Nested |
|---|---|---|
window_id | u32 | — |
button | u32 | — |
choice | u32 | — |