tvSortByValue

From Bohemia Interactive Community
Revision as of 13:38, 12 April 2014 by Fred Gandt (talk | contribs) (<code> and Desc. tidy)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sorts childrens of given item by value. IDC means id of parent Tree View.
Param reversed is optional.
Groups:
Uncategorised

Syntax

Syntax:
tvSortByValue [idc, [path], reversed]
Parameters:
[idc, [path], reversed]: Array
idc: Number
[path]: Array - Array containing numbers.
reversed: Boolean - optional
Return Value:
Nothing

Examples

Example 1:
tvSortByValue [101, [0], false];

Additional Information

See also:
tvAddtvCleartvCollapsetvCounttvCurSeltvDatatvDeletetvExpandtvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSorttvTexttvValue

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