setTriggerText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:
'''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.  
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"
trigger '''setTriggerText''' "Call for support"

Revision as of 22:19, 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"