setTriggerText: Difference between revisions
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 21:19, 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"