control tvSortByValue [[path], reversed]

Operand types

control: Control
[[path], reversed] : Array

Type of returned value

Description

Sorts childrens of given item by value.
IDC means id of parent Tree View.

Param reversed is optional.

[path]: Array of numbers
reversed: Boolean

NOTE:
reversed true means the sorted list will appear in reversed order.

Used In

Arma3

Example

_ctrl tvSortByValue [ [0], false];
Search OFPEC COMREF