menuShortcut: Difference between revisions
Jump to navigation
Jump to search
m (2nd syntax, example and see also) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|arma3 |= | |game1= arma3 | ||
|version1= 1.56 | |||
| | |gr1= GUI Control - Menu | ||
| | |descr= Returns shortcut related to menu entry on given path in form of a bitflag. To get the shortcut text use [[menuShortcutText]]. | ||
| | |s1= [[menuShortcut]] [idc, path] | ||
| [[ | |p1= idc: [[Number]] | ||
| | |p2= path: [[Array]] | ||
| | |r1= [[Number]] | ||
| [[ | |s2= control [[menuShortcut]] path | ||
| | |p21= control: [[Control]] | ||
| | |p22= path: [[Array]] | ||
| | |r2= [[Number]] | ||
| | |x1= <sqf>findDisplay 313 displayCtrl 120 menuShortcut [0, 1];</sqf> | ||
| | |seealso= [[menuShortcutText]] [[menuSetURL]] | ||
}} | }} |
Latest revision as of 22:58, 7 August 2022
Description
- Description:
- Returns shortcut related to menu entry on given path in form of a bitflag. To get the shortcut text use menuShortcutText.
- Groups:
- GUI Control - Menu
Syntax
- Syntax:
- menuShortcut [idc, path]
- Parameters:
- idc: Number
- path: Array
- Return Value:
- Number
Alternative Syntax
- Syntax:
- control menuShortcut path
- Parameters:
- control: Control
- path: Array
- Return Value:
- Number
Examples
- Example 1:
Additional Information
- See also:
- menuShortcutText menuSetURL
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