Difference between revisions of "DCS func radioTransmission"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
Line 52: | Line 52: | ||
|optType2= | |optType2= | ||
− | |examples= | + | |examples= The following plays an audio file on 124 Mhz AM. |
+ | |||
+ | local p = trigger.misc.getZone('zone').point | ||
+ | trigger.action.radioTransmission('l10n/DEFAULT/tusk_onstation.wav', p, 0, false, 124000000, 100 ) | ||
|related= | |related= | ||
[[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}} | [[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}} |