menuSetPicture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________
|arma3 |Game name=
|1.56|Game Version=
|arg=  |Multiplayer Arguments=
|eff=  |Multiplayer Effects=


|gr1= GUI Control - Menu |GROUP1=
|game1= arma3
____________________________________________________________________________________________
|version1= 1.56
| Sets new picture into menu entry on given path. |DESCRIPTION=
____________________________________________________________________________________________
| [[menuSetPicture]] [idc, path, picture] |SYNTAX=
|p1= idc: [[Number]] |PARAMETER1=
|p2= path: [[String]] |PARAMETER2=
|p3= picture:[[String]] |PARAMETER3=
| [[Nothing]] |RETURNVALUE=


|s2= control menuSetPicture [path, picture] |Syntax2=
|gr1= GUI Control - Menu
|p21= control: [[Control]] |Parameter21=
 
|p22= path: [[Array]] |Parameter22=
|descr= Sets new picture into menu entry on given path. The picture will be replaced by a tick if the entry was set to checkable with [[menuSetCheck]].
|p23= picture: [[String]] |Parameter23=
 
|p24=  |Parameter24=
|s1= [[menuSetPicture]] [idc, path, picture]
|r2= [[Nothing]] |Alternative Return Value=
 
|x1= |EXAMPLE1=
|p1= idc: [[Number]]
| ‎[[menuEnable]], [[menuExpand]], [[menuCollapse]], [[menuSetData]], [[menuSetValue]], [[‎menuSetCheck]], [[menuSetAction]], [[menuDelete]], [[menuAdd]], [[‎menuHover]], [[menuValue]], [[menuURL]], [[‎menuText]], [[menuSort]], [[‎menuSize]], [[menuEnabled]], [[‎menuChecked]], [[menuAction]], [[menuShortcutText]], [[menuShortcut]], [[menuPicture]], [[menuData]], [[menuClear]] |SEEALSO=
 
}}
|p2= path: [[Array]]
 
|p3= picture: [[String]]
 
|r1= [[Nothing]]
 
|s2= control [[menuSetPicture]] [path, picture]
 
|p21= control: [[Control]]
 
|p22= path: [[Array]]
 
|p23= picture: [[String]]


<dl class='command_description'>
|r2= [[Nothing]]
<!-- BEGIN Note Section -->
<!-- For example:
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
-->
<!-- END Note Section -->
</dl>


<h3 style='display:none'>Bottom Section</h3>
|x1= <sqf>findDisplay 313 displayCtrl 120 menuSetPicture [[0, 1], "\a3\modules_f\data\iconunlock_ca.paa"];</sqf>
<!-- Appropriate categories go here -->


[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|seealso= [[menuPicture]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}

Latest revision as of 23:59, 7 August 2022

Hover & click on the images for description

Description

Description:
Sets new picture into menu entry on given path. The picture will be replaced by a tick if the entry was set to checkable with menuSetCheck.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuSetPicture [idc, path, picture]
Parameters:
idc: Number
path: Array
picture: String
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuSetPicture [path, picture]
Parameters:
control: Control
path: Array
picture: String
Return Value:
Nothing

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuSetPicture [[0, 1], "\a3\modules_f\data\iconunlock_ca.paa"];

Additional Information

See also:
menuPicture

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