Jump to content

Recommended Posts

Posted

I see that I can set a radio transmission by using 

 

trigger.action.radioTransmission()

 

but from the docs that doesn't return any ID, or other means to identify and manipulate the transmission. How then can I stop transmitting when it is looped? In ME I can issue a 'stop radio transmission' command - is there an analogue in the API?

  • 1 year later...
Posted (edited)
trigger.action.radioTransmission("music.ogg", point, radio.modulation.AM, true, 123000000, 1000, "myTransmission")

trigger.action.stopRadioTransmission("myTransmission")

This is a pretty old post, but for those interested, here is the usage.

Edited by Chump
  • Thanks 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...