setTriggerText: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETTRIGGERTEXT]] | [[Category:Scripting Commands ArmA|SETTRIGGERTEXT]] | ||
<h2 style="color:#000066">'''''trigger'' setTriggerText ''text'''''</h2> | |||
'''Operand types:''' | |||
''' | '''trigger:''' [[Object]] | ||
'''text:''' [[String]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Sets the text label attached to the trigger object. This is used for example as a radio slot label for radio activated triggers. | |||
'''Example:''' | '''Example:''' | ||
trigger '''setTriggerText''' "Call for support" |
Revision as of 16:23, 4 July 2006
trigger setTriggerText text
Operand types:
trigger: Object
text: String
Type of returned value:
Compatibility:
Version 1.86 required.
Description:
Sets the text label attached to the trigger object. This is used for example as a radio slot label for radio activated triggers.
Example:
trigger setTriggerText "Call for support"