7 lines
185 B
Lua
7 lines
185 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---Selects a channel in the channel list display
|
|
function SetSelectedDisplayChannel(index) end
|