setRadioMsg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Wrong place (not an example of setradiomsg use. All is already listed in setTriggerStatements command description))
m (add. see also)
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[createTrigger]], [[setTriggerText]] |= See also


}}
}}

Revision as of 16:10, 14 October 2008

Hover & click on the images for description

Description

Description:
Set radio message (0, 0, map radio) to given text. Use "NULL" to disable radio slot.
Groups:
Uncategorised

Syntax

Syntax:
index setRadioMsg "text"
Parameters:
index: Number
text: String
Return Value:
Nothing

Examples

Example 1:
1 setRadioMsg "Alpha Radio"

Additional Information

See also:
createTriggersetTriggerText

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Bottom Section