tvSort: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Fred Gandt (talk | contribs) m (<code> and Desc. tidy) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Sorts childrens of given item by data | | Sorts childrens of given item by data. IDC means id of parent Tree View. | ||
<br> | |||
Param ''reversed'' is optional. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''tvSort''' [idc, [path], reversed] |= Syntax | | '''tvSort''' [idc, [path], reversed] |= Syntax | ||
|p1= [idc, [path], reversed]: [[Array]] | |p1= [idc, [path], reversed]: [[Array]] |= PARAMETER1 | ||
|p2= idc: [[Number]] | |p2= idc: [[Number]] |= PARAMETER2 | ||
|p3= [path]: [[Array]] - Array containing numbers. |= PARAMETER3 | |p3= [path]: [[Array]] - Array containing numbers. |= PARAMETER3 | ||
Line 23: | Line 25: | ||
|x1= <code>tvSort [101, [0], false]</code>|= | |x1= <code>[[tvSort]] [101, [0], [[false]]<nowiki>]</nowiki>;</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSortByValue]], [[tvText]], [[tvValue]] |= | | [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSortByValue]], [[tvText]], [[tvValue]] |= See Also | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 12:38, 12 April 2014
Description
- Description:
- Sorts childrens of given item by data. IDC means id of parent Tree View.
Param reversed is optional. - Groups:
- Uncategorised
Syntax
- Syntax:
- tvSort [idc, [path], reversed]
- Parameters:
- [idc, [path], reversed]: Array
- idc: Number
- [path]: Array - Array containing numbers.
- reversed: Boolean - optional
- Return Value:
- Nothing
Examples
Additional Information
- See also:
- tvAddtvCleartvCollapsetvCounttvCurSeltvDatatvDeletetvExpandtvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSortByValuetvTexttvValue
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