menuSort: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style='display:none'>Bottom Section</h3>" to "")
m (Some wiki formatting)
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|arma3 |= Game
|game1= arma3
 
|version1= 1.56
|1.56


|gr1= GUI Control - Menu
|gr1= GUI Control - Menu


| Sorts subentries of item on given path by their text.
|descr= Sorts subentries of item on given path by their text.


| [[menuSort]] [idc, path, AtoZ]
|s1= [[menuSort]] [idc, path, sortOrder]


|p1= idc: [[Number]]
|p1= idc: [[Number]]
Line 15: Line 14:
|p2= path: [[Array]]
|p2= path: [[Array]]


|p3= AtoZ: [[Boolean]] - [[true]] to sort from A to Z, [[false]] to sort from Z to A
|p3= sortOrder: [[Boolean]] - [[true]] to sort from A to Z, [[false]] to sort from Z to A


| [[Nothing]]
|r1= [[Nothing]]


|s2= control [[menuSort]] [path, AtoZ]
|s2= control [[menuSort]] [path, sortOrder]


|p21= control: [[Control]]
|p21= control: [[Control]]
Line 25: Line 24:
|p22= path: [[Array]]
|p22= path: [[Array]]


|p23= AtoZ: [[Boolean]] - [[true]] to sort from A to Z, [[false]] to sort from Z to A
|p23= sortOrder: [[Boolean]] - [[true]] to sort from A to Z, [[false]] to sort from Z to A


|r2= [[Nothing]]
|r2= [[Nothing]]


|x1= <Code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuSort]] <nowiki>[</nowiki>[],[[true]]];</code>
|x1= <sqf>findDisplay 313 displayCtrl 120 menuSort [[], true];</sqf>


| [[menuEnable]], [[menuExpand]], [[menuCollapse]], [[menuSetData]], [[menuSetValue]], [[‎menuSetCheck]], [[menuSetAction]], [[menuDelete]], [[menuAdd]], [[‎menuHover]], [[menuValue]], [[menuURL]], [[‎menuText]], [[menuEnabled]], [[‎menuChecked]], [[menuAction]], [[menuShortcutText]], [[menuShortcut]], [[menuPicture]], [[menuData]], [[menuClear]], [[menuSetPicture]]
|seealso= [[menuEnable]] [[menuExpand]] [[menuCollapse]] [[menuSetData]] [[menuSetValue]] [[menuSetCheck]] [[menuSetAction]] [[menuDelete]] [[menuAdd]] [[menuHover]] [[menuValue]] [[menuURL]] [[menuText]] [[menuEnabled]] [[menuChecked]] [[menuAction]] [[menuShortcutText]] [[menuShortcut]] [[menuPicture]] [[menuData]] [[menuClear]] [[menuSetPicture]]
}}
}}
<dl class='command_description'>
<!-- BEGIN Note Section -->
<!-- For example:
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
-->
<!-- END Note Section -->
</dl>
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:47, 8 November 2023

Hover & click on the images for description

Description

Description:
Sorts subentries of item on given path by their text.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuSort [idc, path, sortOrder]
Parameters:
idc: Number
path: Array
sortOrder: Boolean - true to sort from A to Z, false to sort from Z to A
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuSort [path, sortOrder]
Parameters:
control: Control
path: Array
sortOrder: Boolean - true to sort from A to Z, false to sort from Z to A
Return Value:
Nothing

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuSort [[], true];

Additional Information

See also:
menuEnable menuExpand menuCollapse menuSetData menuSetValue menuSetCheck menuSetAction menuDelete menuAdd menuHover menuValue menuURL menuText menuEnabled menuChecked menuAction menuShortcutText menuShortcut menuPicture menuData menuClear menuSetPicture

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