Difference between revisions of "DCS func radioTransmission"
From DCS World Wiki - Hoggitworld.com
(One intermediate revision by the same user not shown) | |||
Line 53: | Line 53: | ||
|reqType7= | |reqType7= | ||
− | |optType1= | + | |optType1= string |
+ | |optName1= name | ||
|optType2= | |optType2= | ||
Line 60: | 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 66: | Line 67: | ||
}} | }} | ||
[[Category:Singleton Functions|radioTransmission]] | [[Category:Singleton Functions|radioTransmission]] | ||
+ | [[Category:Game Patch 1.2.0|radioTransmission]] |