lnbSetTooltip
Jump to navigation
Jump to search
Description
- Description:
- Sets tooltip on the item with the given row and column of the 2D listbox.
- Groups:
- Uncategorised
Syntax
- Syntax:
- lnbSetTooltip [idc, [row, column], text]
- Parameters:
- [idc, [row, column], text]: Array
- idc: Number
- [row, column]: Array
- row: Number
- column: Number
- 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
- text: String - tooltip to add
- Return Value:
- Nothing
Examples
- Example 1:
lnbSetTooltip [1234, [1,2], "tip"];
- Example 2:
_ctrl lnbSetTooltip [[3,4], "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
[[Category:Introduced with arma3dev version 1.93]][[ Category: arma3dev: New Scripting Commands | LNBSETTOOLTIP]][[ Category: arma3dev: Scripting Commands | LNBSETTOOLTIP]]