tvSort: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (control cat added)
m (Some wiki formatting)
 
(56 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 0.74


|0.74|= Game version
|gr1= GUI Control - Tree View
____________________________________________________________________________________________


| Sorts childrens of given item by data. IDC means id of parent Tree View.
|descr= Sorts all children of given path. Text of [[CT_TREE|Tree View]] entries is used for sorting.
<br>
Param ''reversed'' is optional. |= Description
____________________________________________________________________________________________


| '''tvSort''' [idc, [path], reversed] |= Syntax
|s1= control [[tvSort]] [path, reversed]


|p1= [idc, [path], reversed]: [[Array]] |= PARAMETER1
|p1= control: [[Control]]


|p2= idc: [[Number]] |= PARAMETER2
|p2= path: [[Array]] - [[Tree View Path]] of the parent item to sort


|p3= [path]: [[Array]] - Array containing numbers. |= PARAMETER3
|p3= reversed: [[Boolean]] - (Optional, default [[false]]) [[true]] to reverse sort it


|p4= reversed: [[Boolean]] - optional |= PARAMETER4
|r1= [[Nothing]]


| [[Nothing]] |= RETURNVALUE
|s2= [[tvSort]] [idc, path, reversed]


|p21= idc: [[Number]] - control idc


|x1= <code>[[tvSort]] [101, [0], [[false]]<nowiki>]</nowiki>;</code> |= Example 1
|p22= path: [[Array]] - [[Tree View Path]] of the parent item to sort
____________________________________________________________________________________________


| [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSortByValue]], [[tvText]], [[tvValue]] |= See Also
|p23= reversed: [[Boolean]] - (Optional, default [[false]]) [[true]] to reverse sort it


| |= MPBEHAVIOUR
|r2= [[Nothing]]
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
|x1= <sqf>control tvSort [[0], true];</sqf>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x2= <sqf>tvSort [102, [0], true];</sqf>
</dl>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[lbSortBy]] [[lnbSortBy]] [[tvSortAll]] [[tvSortByValue]] [[tvSortByValueAll]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 13:23, 17 May 2022

Hover & click on the images for description

Description

Description:
Sorts all children of given path. Text of Tree View entries is used for sorting.
Groups:
GUI Control - Tree View

Syntax

Syntax:
control tvSort [path, reversed]
Parameters:
control: Control
path: Array - Tree View Path of the parent item to sort
reversed: Boolean - (Optional, default false) true to reverse sort it
Return Value:
Nothing

Alternative Syntax

Syntax:
tvSort [idc, path, reversed]
Parameters:
idc: Number - control idc
path: Array - Tree View Path of the parent item to sort
reversed: Boolean - (Optional, default false) true to reverse sort it
Return Value:
Nothing

Examples

Example 1:
control tvSort [[0], true];
Example 2:
tvSort [102, [0], true];

Additional Information

See also:
lbSortBy lnbSortBy tvSortAll tvSortByValue tvSortByValueAll

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