ctrlSetTooltip

From Bohemia Interactive Community
Revision as of 14:07, 6 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


display ctrlSetTooltip text


Operand types:

display: Control

text: String

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Sets tooltip text of given control.


Example:

_control ctrlSetTooltip "tooltip"