menuPicture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed wrong syntax)
m (Some wiki formatting)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


|arma3 |= Game
|game1= arma3
|version1= 1.56


|1.56|Game Version=
|gr1= GUI Control - Menu


|gr1= GUI Control - Menu |GROUP1=
|descr= Returns picture set into item on given path.


| Returns picture set into item on given path. |DESCRIPTION=
|s1= [[menuPicture]] [idc, path]


| [[menuPicture]] [idc, path] |SYNTAX=
|p1= idc: [[Number]]


|p1= idc: [[Number]] |PARAMETER1=
|p2= path: [[Array]]


|p2= path: [[Array]] |PARAMETER2=
|r1= [[String]]


| [[String]] |RETURNVALUE=
|s2= control [[menuPicture]] path


|s2= control [[menuPicture]] path |Alternative Syntax=
|p21= control: [[Control]]


|p21= control: [[Control]] |Alternative Parameter 1=
|p22= path: [[Array]]


|p22= path: [[Array]] |Alternative Parameter 2=
|r2= [[String]]


|r2= [[String]] |Alternative Return Value=
|x1= <sqf>private _picturePath = (findDisplay 313 displayCtrl 120) menuPicture [0, 1];</sqf>


|x1= <Code>_picturePath = ([[findDisplay]] 313 [[displayCtrl]] 120) [[menuPicture]] [0, 1];</code>|EXAMPLE1=
|seealso= [[menuSetPicture]]
 
| [[menuSetPicture]] |SEEALSO=
}}
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 00:01, 8 August 2022

Hover & click on the images for description

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:
private _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