Files
wow-weakauras/Meta/api/DisplayChannelOwner.lua
2024-11-07 23:12:37 +01:00

6 lines
312 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param channel string
---@param channelIndex number
---Requests information from the server about a channel's owner. Fires the CHANNEL_OWNER event indicating the name of the channel owner.
function DisplayChannelOwner(channel, channelIndex) end