menuPicture: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma3 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
||
Line 7: | Line 7: | ||
|gr1= GUI Control - Menu | |gr1= GUI Control - Menu | ||
| Returns picture set into item on given path. | |descr= Returns picture set into item on given path. | ||
|s1= [[menuPicture]] [idc, path] | |s1= [[menuPicture]] [idc, path] |
Revision as of 21:10, 13 June 2021
Description
- Description:
- Returns picture set into item on given path.
- Groups:
- GUI Control - Menu
Syntax
- Syntax:
- menuPicture [idc, path]
- Parameters:
- idc: Number
- path: Array
- Return Value:
- String
Alternative Syntax
- Syntax:
- control menuPicture path
- Parameters:
- control: Control
- path: Array
- Return Value:
- String
Examples
- Example 1:
_picturePath = (findDisplay 313 displayCtrl 120) menuPicture [0, 1];
Additional Information
- See also:
- 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