ToggleRadio - Toggles the radio...
exports['mani-radio']:ToggleRadio()
SetRadio - Sets the radio and updates the Item Data if enabled in the config
exports['mani-radio']:SetRadio(channel)
AddChannel - Adds or Removes a value from the current Radio Channel (ex. -0.10 or 0.10)
exports['mani-radio']AddChannel(amount)
onDeath - DIsables the Radio and hides the UI if connected
exports['mani-radio']onDeath()
Last updated