menuShortcutText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|gr1= GUI Control |GROUP1=" to "|gr1= GUI Control - Menu |GROUP1=")
m (2nd syntax, example and see also)
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________
 
|arma3 |= Game
|arma3 |= Game
|1.56|Game Version=
|1.56|Game Version=
|arg=  |Multiplayer Arguments=
|eff=  |Multiplayer Effects=


|gr1= GUI Control - Menu |GROUP1=
|gr1= GUI Control - Menu |GROUP1=
____________________________________________________________________________________________
 
| Returns a string containing shortcut text for menu item on the given path. |DESCRIPTION=
| Returns a string containing shortcut text for menu item on the given path. {{Warning|This command is currently broken in Arma 3 2.00. It only returns shortcuts which do not use a modifier key (CTRL, ALT and SHIFT).}} |DESCRIPTION=
____________________________________________________________________________________________
 
| [[menuShortcutText]] [idc, path] |SYNTAX=
| [[menuShortcutText]] [idc, path] |SYNTAX=
|p1= idc: [[Number]] |PARAMETER1=
|p1= idc: [[Number]] |PARAMETER1=
|p2= path: [[Array]] |PARAMETER2=
|p2= path: [[Array]] |PARAMETER2=
|p3=  |PARAMETER3=
 
| [[String]] |RETURNVALUE=
| [[String]] |RETURNVALUE=
<!--
 
|s2= control |Alternative Syntax=
|s2= control [[menuShortcutText]] path |Alternative Syntax=
 
|p21= control: [[Control]] |Alternative Parameter 1=
|p21= control: [[Control]] |Alternative Parameter 1=
|p22= |Alternative Parameter 2=
 
|p23=  |Alternative Parameter 3=
|p22= path: [[Array]] |Alternative Parameter 2=
|r2=  |Alternative Return Value=
 
-->
|r2=  [[String]] |Alternative Return Value=
|x1=  |EXAMPLE1=
 
| ‎[[menuEnable]], [[menuExpand]], [[menuCollapse]], [[menuSetData]], [[menuSetValue]], [[‎menuSetCheck]], [[menuSetAction]], [[menuDelete]], [[menuAdd]], [[‎menuHover]], [[menuValue]], [[menuURL]], [[‎menuText]], [[menuSort]], [[‎menuSize]], [[menuEnabled]], [[‎menuChecked]], [[menuAction]], [[menuShortcut]], [[menuPicture]], [[menuData]], [[menuClear]], [[menuSetPicture]] |SEEALSO=
|x1=  <Code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuShortcutText]] [1, 8];{{cc|Returns "#"}}</code>|EXAMPLE1=
 
| [[menuShortcut]] |SEEALSO=
}}
}}
<dl class='command_description'>
<dl class='command_description'>
<!-- BEGIN Note Section -->
<!-- BEGIN Note Section -->

Revision as of 12:30, 19 October 2020

Hover & click on the images for description

Description

Description:
Returns a string containing shortcut text for menu item on the given path.
This command is currently broken in Arma 3 2.00. It only returns shortcuts which do not use a modifier key (CTRL, ALT and SHIFT).
Groups:
GUI Control - Menu

Syntax

Syntax:
menuShortcutText [idc, path]
Parameters:
idc: Number
path: Array
Return Value:
String

Alternative Syntax

Syntax:
control menuShortcutText path
Parameters:
control: Control
path: Array
Return Value:
String

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuShortcutText [1, 8];// Returns "#"

Additional Information

See also:
menuShortcut

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

Bottom Section