Files
wow_Meta/api/NewGMTicket.lua
2025-05-04 14:35:26 +02:00

7 lines
321 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param text string
---@param needResponse boolean
---Opens a new GM support ticket. The default UI sets the needResponse flag to true for "Talk to a GM" and "Stuck" tickets, and false for "Report an issue" tickets.
function NewGMTicket(text, needResponse) end