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,9 +1,9 @@
---@diagnostic disable: missing-return, lowercase-global
---@param channelIndex number
---@param channelName string
---@return number channel
---@return string channelName
---@return number instanceID
---@param channelIndex number
---@return number channel
---@return string channelName
---@return number instanceID
---Returns information about a chat channel
function GetChannelName(channelIndex, channelName) end
---@overload fun(name: string): number, string, number
function GetChannelName(channelIndex) end