cfrag Posted April 25, 2021 Posted April 25, 2021 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?
Jagohu Posted October 23, 2022 Posted October 23, 2022 https://wiki.hoggitworld.com/view/DCS_func_stopRadioTransmission Never tested it, but best guess.
Chump Posted October 23, 2022 Posted October 23, 2022 (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 October 23, 2022 by Chump 1
Recommended Posts