8 lines
227 B
Lua
8 lines
227 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---@return list ...
|
|
---Returns the saved list of messages to which a chat window is subscribed
|
|
function GetChatWindowMessages(index) end
|