Skip to main content

MLPlayer.TryGetTransmissionChannels()

Gets the transmission channels.

Returns:

typeDescription
booleanreturn true if able to get the transmission channels, otherwise false.
number[]Transmission channels.

Usage

---@type MLPlayer
local mlplayer;


local val0, val1 = mlplayer.TryGetTransmissionChannels()