Difference between revisions of "DCS func radioTransmission"
From DCS World Wiki - Hoggitworld.com
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
|desc= Transmits an audio file to be broadcast over a specific frequency eneminating from the specified point. | |desc= Transmits an audio file to be broadcast over a specific frequency eneminating from the specified point. | ||
+ | |||
+ | Modulation Values: | ||
+ | 0 = AM | ||
+ | 1 = FM | ||
Frequency is in Hz and requires 9 digits. | Frequency is in Hz and requires 9 digits. | ||
Line 49: | Line 53: | ||
|reqType7= | |reqType7= | ||
− | |optType1= | + | |optType1= string |
+ | |optName1= name | ||
|optType2= | |optType2= | ||
Line 56: | Line 61: | ||
local p = trigger.misc.getZone('zone').point | local p = trigger.misc.getZone('zone').point | ||
− | trigger.action.radioTransmission('l10n/DEFAULT/tusk_onstation.wav', p, 0, false, 124000000, 100 ) | + | trigger.action.radioTransmission('l10n/DEFAULT/tusk_onstation.wav', p, 0, false, 124000000, 100, 'message') |
|related= | |related= | ||
[[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}} | [[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}} | ||
Line 62: | Line 67: | ||
}} | }} | ||
[[Category:Singleton Functions|radioTransmission]] | [[Category:Singleton Functions|radioTransmission]] | ||
+ | [[Category:Game Patch 1.2.0|radioTransmission]] |