ctrlSetTooltipColorText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">'''''control'' ctrlSetTooltipColorText ''color'''''</h2>
<h2 style="color:#000066">'''''display'' ctrlSetTooltipColorText ''color'''''</h2>




'''Operand types:'''
'''Operand types:'''


'''control''': [[Control]]
'''display''': [[Control]]
      
      
'''color''': [[Array]]
'''color''': [[Array]]
Line 22: Line 22:
'''Description:'''
'''Description:'''


Sets tooltip text color of given control. Color is in format Color.
Sets tooltip text color of given control.
 
Color is in format [[Color]].
 


'''Example''':
'''Example''':
      
      
_control '''ctrlSetTooltipColorText''' [1, 0, 0, 1]
_control '''ctrlSetTooltipColorText''' [1, 0, 0, 1]

Revision as of 14:11, 6 July 2006


display ctrlSetTooltipColorText color


Operand types:

display: Control

color: Array

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Sets tooltip text color of given control.

Color is in format Color.


Example:

_control ctrlSetTooltipColorText [1, 0, 0, 1]