Skip to content

Api > MLPlayer > TryGetTransmissionChannels()


MLPlayer.TryGetTransmissionChannels()⚓︎

Gets the transmission channels.

Returns:⚓︎

type Description
boolean return true if able to get the transmission channels, otherwise false.
number[] Transmission channels.

Usage⚓︎

---@type MLPlayer
local mlplayer;


local val0, val1 = mlplayer.TryGetTransmissionChannels()