setTriggerText

From Bohemia Interactive Community
Revision as of 22:19, 4 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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"