GetSpeakers
7/14/25Less than 1 minute
MLMicrophone.GetSpeakers()
Returns an array of currently bound Speakers.
Returns:
type | Description |
---|---|
MLSpeaker[] | array of currently bound MLSpeakers |
Usage
---@type MLMicrophone
local mlmicrophone;
local val0 = mlmicrophone.GetSpeakers()