lnbCurSelRow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 7: Line 6:


|gr1= GUI Control - ListNBox |GROUP1=
|gr1= GUI Control - ListNBox |GROUP1=
____________________________________________________________________________________________


| Returns the index of the selected row id 2D listbox. |DESCRIPTION=
| Returns the index of the selected row id 2D listbox. |DESCRIPTION=
____________________________________________________________________________________________


| [[lnbCurSelRow]] idc |SYNTAX=
| [[lnbCurSelRow]] idc |SYNTAX=
Line 17: Line 14:


| [[Number]] |RETURNVALUE=  
| [[Number]] |RETURNVALUE=  
____________________________________________________________________________________________


| s2= [[lnbCurSelRow]] ctrl |SYNTAX2=
| s2= [[lnbCurSelRow]] ctrl |SYNTAX2=
Line 25: Line 21:
|r2= [[Number]] |RETURNVALUE2=  
|r2= [[Number]] |RETURNVALUE2=  


____________________________________________________________________________________________


|x1= <code>[[lnbCurSelRow]] _ctrl;</code>|EXAMPLE1=
|x1= <code>[[lnbCurSelRow]] _ctrl;</code>|EXAMPLE1=
____________________________________________________________________________________________


| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |SEEALSO=  
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}


{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 02:54, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns the index of the selected row id 2D listbox.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbCurSelRow idc
Parameters:
idc: Number
Return Value:
Number

Alternative Syntax

Syntax:
lnbCurSelRow ctrl
Parameters:
ctrl: Control
Return Value:
Number

Examples

Example 1:
lnbCurSelRow _ctrl;

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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