menuSetShortcut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (added example)
Line 15: Line 15:
|p2= path: [[Array]] |PARAMETER2=
|p2= path: [[Array]] |PARAMETER2=


|p3= shortcut: [[String]] |PARAMETER3=
|p3= shortcut: [[Number]] |PARAMETER3=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
Line 26: Line 26:
|p22= path: [[Array]] |PARAMETER22=
|p22= path: [[Array]] |PARAMETER22=


|p23= shortcut: [[String]] |PARAMETER23=
|p23= shortcut: [[Number]] |PARAMETER23=


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


|x1=  <Code></code>|EXAMPLE1=
|x1=  <Code>_ctrlMenuStrip [[menuSetShortcut]] [<nowiki>[</nowiki>0,0],2048 + 0x16]; {{cc|ALT + U}}</code>|EXAMPLE1=


|[[menuShortcut]] [[menuShortcutText]] |SEEALSO=
|[[menuShortcut]] [[menuShortcutText]] |SEEALSO=

Revision as of 15:53, 19 November 2020

-wrong parameter ("arma3Dev") defined!-[[:Category:Introduced with arma3Dev version 2.01|2.01]]
Hover & click on the images for description

Description

Description:
Sets shortcut of given menu strip entry. Template:wip
Groups:
GUI Control - Menu

Syntax

Syntax:
menuSetShortcut [idc, path, shortcut]
Parameters:
idc: Number
path: Array
shortcut: Number
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuSetShortcut [path, shortcut]
Parameters:
control: Control
path: Array
shortcut: Number
Return Value:
Nothing

Examples

Example 1:
_ctrlMenuStrip menuSetShortcut [[0,0],2048 + 0x16]; // ALT + U

Additional Information

See also:
menuShortcut menuShortcutText

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

[[Category:Introduced with arma3Dev version 2.01]][[ Category: arma3Dev: New Scripting Commands | MENUSETSHORTCUT]][[ Category: arma3Dev: Scripting Commands | MENUSETSHORTCUT]]