setTriggerText: Difference between revisions

From Bohemia Interactive Community
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]]


<new command not populated>


<h2 style="color:#000066">'''''trigger'' setTriggerText ''text'''''</h2>


<h2 style="color:#000066">''''' setTriggerText '''''</h2>


'''Operand types:'''


'''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 17:23, 4 July 2006


trigger setTriggerText text


Operand types:

trigger: Object

text: String

Type of returned value:

Nothing

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"