Fix up a few apis

This commit is contained in:
2025-01-02 11:47:24 +01:00
parent 7e275c572b
commit ef958d6385
5 changed files with 14 additions and 11 deletions

View File

@@ -17,6 +17,6 @@
---@param text string
---@param chatType channel
---Sends a chat message
---@overload fun(text: string, chatType: channel, languageIndex: number)
---@overload fun(text: string, chatType: channel, languageIndex: number, channel: string)
---@overload fun(text: string, chatType: channel, languageIndex: number|nil)
---@overload fun(text: string, chatType: channel, languageIndex: number|nil, channel: string)
function SendChatMessage(text, chatType, languageIndex, channel) end