Exports
All exports are for client
SetRadioChannel
Set radio channel
Parameters :
channel
string
Channel name or frequency
Example
LeaveAllChannels
Disconnect from all channels to which it is connected
LeaveRadioChannel
Leave a specific channel
Parameters :
channel
string
Channel
Example
ToggleRadioAnim
SetDisableRadioAnim
Leave a specific channel
Parameters :
bool
Boolen
true or false
Example
GetRadioAnimState
returns the state of the radio anim verse
Example
GetConnectChannels
Returns a list of connected channels
Return :
Channel Array
table
Channel frequency
Example
IsConnectToChannel
Does the player connect to the frequency?
Return :
isConnected
bool
Returns true if connect to frequency
Parameters :
channel
string
Channel Frequency
Example
ChannelIsMuted
Returns true if the microphone at the player's frequency is off
Return :
isMuted
bool
Returns true if the microphone at the player's frequency is off
Parameters :
channel
string
Channel Frequency
Example
SetMutedChannel
Turns off and on the player's microphone on Frequency
Parameters :
channel
string
Channel Frequency
isMuted
boolen
true or false
Example
ChannelGetPlayerName
Returns the player's name in frequency
Return :
name
bool
Returns the player's name in frequency
Parameters :
channel
string
Channel Frequency
Example
ChannelSetPlayerName
Changes the name of the player on the frequency
Parameters :
channel
string
Channel Frequency
name
string
New player name
Example
Last updated