ctrlSetTooltip: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|CTRLSETTOOLTIP]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|CTRLSETTOOLTIP]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">'''''display'' ctrlSetTooltip ''text'''''</h2>
|2.92|= Game version
____________________________________________________________________________________________


| Sets tooltip text of given control. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| display '''ctrlSetTooltip''' text |= Syntax


'''display''': [[Control]]
|p1= display [[Control]] |= Parameter 1
   
'''text''': [[String]]


'''Type of returned value:'''
|p2= text [[String]] |= Parameter 2


[[Nothing]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_control ctrlSetTooltip "tooltip"</pre> |= Example 1
____________________________________________________________________________________________


'''Compatibility:'''
|  |= See also


Version 2.92 required.
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Sets tooltip text of given control.
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>


'''Example''':
[[Category:Scripting Commands|CTRLSETTOOLTIP]]
   
[[Category:Scripting Commands ArmA|CTRLSETTOOLTIP]]
_control '''ctrlSetTooltip''' "tooltip"

Revision as of 00:33, 2 August 2006

-wrong parameter ("Arma") defined!-2.92
Hover & click on the images for description

Description

Description:
Sets tooltip text of given control.
Groups:
Uncategorised

Syntax

Syntax:
display ctrlSetTooltip text
Parameters:
display Control
text String
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetTooltip "tooltip"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section