lnbSetCurSelRow: 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 | ||
| Selects the row with the given index of the 2D listbox. | | Selects the row with the given index of the 2D listbox. | ||
| [[lnbSetCurSelRow]] [idc, index] | | [[lnbSetCurSelRow]] [idc, index] | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
|p2= index: [[Number]] | |p2= index: [[Number]] | ||
| [[Nothing]] | | [[Nothing]] | ||
| s2= ctrl [[lnbSetCurSelRow]] index | | s2= ctrl [[lnbSetCurSelRow]] index | ||
|p21= ctrl: [[Control]]|PARAMETER21= | |p21= ctrl: [[Control]]|PARAMETER21= | ||
Line 23: | Line 23: | ||
|p22= index: [[Number]]|PARAMETER22= | |p22= index: [[Number]]|PARAMETER22= | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= <code>[[disableSerialization]]; | |x1= <code>[[disableSerialization]]; | ||
_ctrl = ([[findDisplay]] 300) [[displayCtrl]] 304; | _ctrl = ([[findDisplay]] 300) [[displayCtrl]] 304; | ||
_ctrl [[lnbSetCurSelRow]] 1;</code> | _ctrl [[lnbSetCurSelRow]] 1;</code> | ||
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | | [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 01:00, 18 January 2021
Description
- Description:
- Selects the row with the given index of the 2D listbox.
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbSetCurSelRow [idc, index]
- Parameters:
- idc: Number
- index: Number
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- ctrl lnbSetCurSelRow index
- Parameters:
- ctrl: Control
- index: Number
- Return Value:
- Nothing
Examples
- Example 1:
disableSerialization; _ctrl = (findDisplay 300) displayCtrl 304; _ctrl lnbSetCurSelRow 1;
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
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