lnbSetTooltip

From Bohemia Interactive Community
Revision as of 11:52, 18 January 2021 by Lou Montana (talk | contribs) (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets tooltip on the item with the given row and column of the 2D listbox.

While it is possible to set tooltip on any column, only tooltip from the primary column 0 is displayed for the whole row under cursor, which makes adding tooltips to columns other than 0 impractical.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetTooltip [idc, [row, column], text]
Parameters:
[idc, [row, column], text]: Array
idc: Number
[row, column]: Array
row: Number
column: Number - pretty much always 0, see description note
text: String - tooltip to add
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetTooltip [[row, column], text]
Parameters:
ctrl: Control
[[row, column], text]: Array
[row, column]: Array
row: Number
column: Number - pretty much always 0, see description note
text: String - tooltip to add
Return Value:
Nothing

Examples

Example 1:
lnbSetTooltip [1234, [1,0], "tip"];
Example 2:
_ctrl lnbSetTooltip [[3,0], "top"];

Additional Information

See also:
lbSetTooltiplnbSetDatalnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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