menuSetPicture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (Some wiki formatting)
 
(37 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|=
{{RV|type=command
____________________________________________________________________________________________
 
|arma3 |= Game
|game1= arma3
|1.56|= Game Version
|version1= 1.56
|arg=  |= Multiplayer Arguments
 
|eff= |= Multiplayer Effects
|gr1= GUI Control - Menu
____________________________________________________________________________________________
 
| Sets new picture into menu entry on given path. |= Description
|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]].
____________________________________________________________________________________________
 
| [[menuSetPicture]] [idc, path, picture] |= Syntax
|s1= [[menuSetPicture]] [idc, path, picture]
|p1= idc: [[Number]] |= Parameter 1
 
|p2= path: [[String]] |= Parameter 2
|p1= idc: [[Number]]
|p3= picture:[[String]] |= Parameter 3
 
|p4=  |= Parameter 4
|p2= path: [[Array]]
|p5=  |= Parameter 5
 
|p6= |= Parameter 6
|p3= picture: [[String]]
| [[Nothing]] |= Return Value
 
|s2= control menuSetPicture [path, picture] |= Alternative Syntax
|r1= [[Nothing]]
|p21= control: [[Control]] |= Alternative Parameter 1
 
|p22= path: [[Array]] |= Alternative Parameter 2
|s2= control [[menuSetPicture]] [path, picture]
|p23= picture: [[String]] |= Alternative Parameter 3
 
|p24=  |= Alternative Parameter 3
|p21= control: [[Control]]
|r2= [[Nothing]] |= Alternative Return Value
 
|x1=  |= Example 1
|p22= path: [[Array]]
| ‎[[menuEnable]], [[menuExpand]], [[menuCollapse]], [[menuSetData]], [[menuSetValue]], [[‎menuSetCheck]], [[menuSetAction]], [[menuDelete]], [[menuAdd]], [[‎menuHover]], [[menuValue]], [[menuURL]], [[‎menuText]], [[menuSort]], [[‎menuSize]], [[menuEnabled]], [[‎menuChecked]], [[menuAction]], [[menuShortcutText]], [[menuShortcut]], [[menuPicture]], [[menuData]], [[menuClear]] |= See Also
 
}}
|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