lnbCurSelRow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
|version2= 1.50


|gr1= GUI Control - ListNBox |GROUP1=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| Returns the index of the selected row id 2D listbox. |DESCRIPTION=
|game4= arma3
____________________________________________________________________________________________
|version4= 0.50


| [[lnbCurSelRow]] idc |SYNTAX=
|gr1= GUI Control - ListNBox


|p1= idc: [[Number]] |PARAMETER1=  
|descr= Returns the index of the selected row id 2D listbox.


| [[Number]] |RETURNVALUE=
|s1= [[lnbCurSelRow]] idc
____________________________________________________________________________________________


| s2= [[lnbCurSelRow]] ctrl |SYNTAX2=
|p1= idc: [[Number]]


|p21= ctrl: [[Control]] |PARAMETER21=
|r1= [[Number]]


|r2= [[Number]] |RETURNVALUE2=
|s2= [[lnbCurSelRow]] ctrl


____________________________________________________________________________________________
|p21= ctrl: [[Control]]


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


| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |SEEALSO=  
|x1= <sqf>lnbCurSelRow _ctrl;</sqf>


| |MPBEHAVIOUR=  
|seealso= [[lnbAddArray]] [[lnbAddColumn]] [[lnbAddRow]] [[lnbClear]] [[lnbColor]] [[lnbData]] [[lnbDeleteColumn]] [[lnbDeleteRow]] [[lnbGetColumnsPosition]] [[lnbPicture]] [[lnbSetColor]] [[lnbSetColumnsPos]] [[lnbSetCurSelRow]] [[lnbSetData]] [[lnbSetPicture]] [[lnbSetText]] [[lnbSetValue]] [[lnbSize]] [[lnbText]] [[lnbValue]]
____________________________________________________________________________________________
}}
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:17, 5 May 2022

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:
lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSetValue lnbSize lnbText lnbValue

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