lnbSetTooltip: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ") |
||
Line 23: | Line 23: | ||
| s2= ctrl [[lnbSetTooltip]] [<nowiki/>[row, column], text] | | s2= ctrl [[lnbSetTooltip]] [<nowiki/>[row, column], text] | ||
|p21= ctrl: [[Control]] | |p21= ctrl: [[Control]] | ||
|p22= [<nowiki/>[row, column], text]: [[Array]] | Parameter22= | |p22= [<nowiki/>[row, column], text]: [[Array]] | Parameter22= | ||
|p23= [row, column]: [[Array]] | |p23= [row, column]: [[Array]] | ||
|p24= row: [[Number]] | |p24= row: [[Number]] | ||
|p25= column: [[Number]] - pretty much always 0, see description note | |p25= column: [[Number]] - pretty much always 0, see description note | ||
|p26= text: [[String]] - tooltip to add | |p26= text: [[String]] - tooltip to add | ||
|r2= [[Nothing]] | |r2= [[Nothing]] |
Revision as of 18:14, 29 January 2021
Description
- Description:
- Description needed
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- Syntax needed
- 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:
- Return value needed
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:
- 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