Files
wow-weakauras/Meta/api/ReportPlayer.lua
2024-11-07 23:12:37 +01:00

8 lines
256 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param reportType string
---@param lineID number
---@param pending string
---@param comment
---Report a player to a GM.
function ReportPlayer(reportType, lineID, pending, comment) end