menuSetShortcut: Difference between revisions
Jump to navigation
Jump to search
(page creation WIP, will be completely filled once command is available ingame for testing) |
m (see also) |
||
Line 32: | Line 32: | ||
|x1= <Code></code>|EXAMPLE1= | |x1= <Code></code>|EXAMPLE1= | ||
|[[menuShortcut]] |SEEALSO= | |[[menuShortcut]] [[menuShortcutText]] |SEEALSO= | ||
}} | }} | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 11:13, 13 November 2020
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: String
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control menuSetShortcut [path, shortcut]
- Parameters:
- control: Control
- path: Array
- shortcut: String
- Return Value:
- Nothing
Examples
- Example 1:
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]]