lnbSetData: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= GUI Control - ListNBox | |gr1= GUI Control - ListNBox | ||
| Sets the additional text (invisible) on the item with the given position of the 2D listbox. | | Sets the additional text (invisible) on the item with the given position of the 2D listbox. | ||
| [[lnbSetData]] [idc, [row, column], data] | | [[lnbSetData]] [idc, [row, column], data] | ||
|p1= [idc, [row, column], data]: [[Array]] | |p1= [idc, [row, column], data]: [[Array]] | ||
|p2= idc: [[Number]] | |p2= idc: [[Number]] | ||
|p3= [row, column]: [[Array]] | |p3= [row, column]: [[Array]] | ||
|p4= row: [[Number]] | |p4= row: [[Number]] | ||
|p5= column: [[Number]] | |p5= column: [[Number]] | ||
|p6= data: [[String]] - The invisible text to add | |p6= data: [[String]] - The invisible text to add | ||
| [[Nothing]] | | [[Nothing]] | ||
| s2= ctrl [[lnbSetData]] [<nowiki/>[row, column], data] | | s2= ctrl [[lnbSetData]] [<nowiki/>[row, column], data] | ||
|p21= ctrl: [[Control]] |PARAMETER21= | |p21= ctrl: [[Control]] |PARAMETER21= | ||
Line 31: | Line 31: | ||
|p26= data: [[String]] - The invisible text to add |PARAMETER26= | |p26= data: [[String]] - The invisible text to add |PARAMETER26= | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= <code>[[lnbSetData]] [123, [0,0],"#1"];</code> | |x1= <code>[[lnbSetData]] [123, [0,0],"#1"];</code> | ||
|x2= <code>_ctrl [[lnbSetData]] [<nowiki/>[0,0],"#1"];</code> | |x2= <code>_ctrl [[lnbSetData]] [<nowiki/>[0,0],"#1"];</code> | ||
| [[lnbSetTooltip]], [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | | [[lnbSetTooltip]], [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 01:03, 18 January 2021
Description
- Description:
- Sets the additional text (invisible) on the item with the given position of the 2D listbox.
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbSetData [idc, [row, column], data]
- Parameters:
- [idc, [row, column], data]: Array
- idc: Number
- [row, column]: Array
- row: Number
- column: Number
- data: String - The invisible text to add
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- ctrl lnbSetData [[row, column], data]
- Parameters:
- ctrl: Control
- [[row, column], data]: Array
- [row, column]: Array
- row: Number
- column: Number
- data: String - The invisible text to add
- Return Value:
- Nothing
Examples
- Example 1:
lnbSetData [123, [0,0],"#1"];
- Example 2:
_ctrl lnbSetData [[0,0],"#1"];
Additional Information
- See also:
- lnbSetTooltiplnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
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