menuSetPicture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (description)
m (2nd syntax, example and see also)
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________
 
|arma3 |Game name=
|arma3 |= Game
 
|1.56|Game Version=
|1.56|Game Version=
|arg=  |Multiplayer Arguments=
|eff=  |Multiplayer Effects=


|gr1= GUI Control - Menu |GROUP1=
|gr1= GUI Control - Menu |GROUP1=
____________________________________________________________________________________________
 
| 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]]. |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]]. |DESCRIPTION=
____________________________________________________________________________________________
 
| [[menuSetPicture]] [idc, path, picture] |SYNTAX=
| [[menuSetPicture]] [idc, path, picture] |SYNTAX=
|p1= idc: [[Number]] |PARAMETER1=
|p1= idc: [[Number]] |PARAMETER1=
|p2= path: [[String]] |PARAMETER2=
 
|p3= picture:[[String]] |PARAMETER3=
|p2= path: [[Array]] |PARAMETER2=
 
|p3= picture: [[String]] |PARAMETER3=
 
| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=


|s2= control menuSetPicture [path, picture] |Syntax2=
|s2= control [[menuSetPicture]] [path, picture] |Alternative Syntax=
|p21= control: [[Control]] |Parameter21=
 
|p22= path: [[Array]] |Parameter22=
|p21= control: [[Control]] |Alternative Parameter 1=
|p23= picture: [[String]] |Parameter23=
 
|p24=  |Parameter24=
|p22= path: [[Array]] |Alternative Parameter 2=
|r2= [[Nothing]] |Alternative Return Value=
 
|x1=  |EXAMPLE1=
|p23= picture: [[String]]|Alternative Parameter 3=
| ‎[[menuEnable]], [[menuExpand]], [[menuCollapse]], [[menuSetData]], [[menuSetValue]], [[‎menuSetCheck]], [[menuSetAction]], [[menuDelete]], [[menuAdd]], [[‎menuHover]], [[menuValue]], [[menuURL]], [[‎menuText]], [[menuSort]], [[‎menuSize]], [[menuEnabled]], [[‎menuChecked]], [[menuAction]], [[menuShortcutText]], [[menuShortcut]], [[menuPicture]], [[menuData]], [[menuClear]] |SEEALSO=
 
|r2= [[Nothing]] |Alternative Return Value=
 
|x1=  <Code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuSetPicture]] <nowiki>[</nowiki>[0, 1], "\a3\modules_f\data\iconunlock_ca.paa"];</code>|EXAMPLE1=
 
 
| [[menuPicture]] |SEEALSO=
}}
}}



Revision as of 10:13, 19 October 2020

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

Bottom Section