lnbSort: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |" to " |")
m (cleaned see also)
Line 32: Line 32:
|x2= <code>_ctl [[lnbSort]] [1, [[true]]]</code>
|x2= <code>_ctl [[lnbSort]] [1, [[true]]]</code>


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

Revision as of 11:09, 14 June 2021

{{RV|type=command

|game1= arma3 |version1= 1.08

|gr1= GUI Control - ListNBox

|descr=Sorts given multicolumn listbox by lnbText in given column in ascending or descending order.

|s1= lnbSort [idc, column, reversed]

|p1= idc: Number

|p2= column: Number

|p3= reversed: Boolean - (Optional, default false) false: descending / true: ascending

|r1= Nothing

|s2= control lnbSort [column, reversed]

|p21= control: Control

|p22= column: Number

|p23= reversed: Boolean - (Optional, default false) false: descending / true: ascending

|r2= Nothing

|x1= lnbSort [1800, 1, false];

|x2= _ctl lnbSort [1, true]

|seealso= lbSortBy lnbSortBy lbSort lnbSortByValue [[tvSortByValue] lbSortByValue tvSort }}