Fix up more shit

This commit is contained in:
2025-01-13 16:17:37 +01:00
parent 94afae9679
commit c0337ef97f
6 changed files with 35 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
---@diagnostic disable: missing-return, lowercase-global
---@param name string
---@param reason string
---Removes a character from the player's party or raid. Only works if the player is the party leader, raid leader, or raid assistant. Also used by the Looking For Group tool to vote kick players. This is what the "reason" argument is used for.
---@overload fun(name: string, reason: string): nil
function UninviteUnit(name, reason) end