8 lines
315 B
Lua
8 lines
315 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|