Initial commit
This commit is contained in:
6
api/NewGMTicket.lua
Normal file
6
api/NewGMTicket.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user