Files
wow_Meta/api/JoinPermanentChannel.lua
2024-12-16 13:13:08 +01:00

10 lines
371 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param name string
---@param password string
---@param chatFrameIndex number
---@param enableVoice boolean
---@return number zoneChannel
---@return string channelName
---Joins a channel, saving associated chat window settings
function JoinPermanentChannel(name, password, chatFrameIndex, enableVoice) end