lnbSortByValue: 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=
____________________________________________________________________________________________


|arma 3|Game name=
|arma 3|Game name=
Line 7: Line 6:


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


|Sorts given multicolumn listbox by [[lnbValue]] in given column in ascending or descending order.|DESCRIPTION=
|Sorts given multicolumn listbox by [[lnbValue]] in given column in ascending or descending order.|DESCRIPTION=
____________________________________________________________________________________________


| '''lnbSortByValue''' [idc, column, reversed]|SYNTAX=
| '''lnbSortByValue''' [idc, column, reversed]|SYNTAX=
Line 23: Line 20:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


|s2= control '''lnbSortByValue''' [column, reversed] |SYNTAX2=
|s2= control '''lnbSortByValue''' [column, reversed] |SYNTAX2=
Line 33: Line 29:


|r2= [[Nothing]] |RETURNVALUE2=
|r2= [[Nothing]] |RETURNVALUE2=
____________________________________________________________________________________________
|x1= <code>[[lnbSortByValue]] [1800, 1, [[false]]];</code>|EXAMPLE1=   
|x1= <code>[[lnbSortByValue]] [1800, 1, [[false]]];</code>|EXAMPLE1=   
|x2= <code>_ctl [[lnbSortByValue]] [1, [[true]]]</code>|EXAMPLE2=
|x2= <code>_ctl [[lnbSortByValue]] [1, [[true]]]</code>|EXAMPLE2=


____________________________________________________________________________________________


| [[lbSort]], [[lnbSort]], [[tvSortByValue]], [[lbSortByValue]], [[tvSort]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]]  |SEEALSO=
| [[lbSort]], [[lnbSort]], [[tvSortByValue]], [[lbSortByValue]], [[tvSort]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]]  |SEEALSO=

Revision as of 02:55, 17 January 2021

Hover & click on the images for description

Description

Description:
Sorts given multicolumn listbox by lnbValue in given column in ascending or descending order.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSortByValue [idc, column, reversed]
Parameters:
[idc, column, reversed]: Array
idc: Number
column: Number
reversed (Optional): Boolean - false: descending / true: ascending. Default: false
Return Value:
Nothing

Alternative Syntax

Syntax:
control lnbSortByValue [column, reversed]
Parameters:
control: Control
[column, reversed]: Array
column: Number
reversed (Optional): Boolean - false: descending / true: ascending. Default: false
Return Value:
Nothing

Examples

Example 1:
lnbSortByValue [1800, 1, false];
Example 2:
_ctl lnbSortByValue [1, true]

Additional Information

See also:
lbSortlnbSorttvSortByValuelbSortByValuetvSortlnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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

Notes

Bottom Section