menuSetPicture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Alternative Return Value " to "|Alternative Return Value= ")
Line 12: Line 12:
|p2= path: [[String]] |PARAMETER2=
|p2= path: [[String]] |PARAMETER2=
|p3= picture:[[String]] |PARAMETER3=
|p3= picture:[[String]] |PARAMETER3=
|p4=  |PARAMETER4=
|p5=  |PARAMETER5=
|p6=  |PARAMETER6=
| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
|s2= control menuSetPicture [path, picture] |Alternative Syntax=
 
|p21= control: [[Control]] |Alternative Parameter 1=
|s2= control menuSetPicture [path, picture] |Syntax2=
|p22= path: [[Array]] |Alternative Parameter 22=
|p21= control: [[Control]] |Parameter21=
|p23= picture: [[String]] |Alternative Parameter 3=
|p22= path: [[Array]] |Parameter22=
|p24=  |Alternative Parameter 3=
|p23= picture: [[String]] |Parameter23=
|p24=  |Parameter24=
|r2= [[Nothing]] |Alternative Return Value=
|r2= [[Nothing]] |Alternative Return Value=
|x1=  |EXAMPLE1=
|x1=  |EXAMPLE1=

Revision as of 23:49, 21 December 2019

Hover & click on the images for description

Description

Description:
Sets new picture into menu entry on given path.
Groups:
Uncategorised

Syntax

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

Alternative Syntax

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

Examples

Examples:
Example needed

Additional Information

See also:
menuEnablemenuExpandmenuCollapsemenuSetDatamenuSetValue‎menuSetCheckmenuSetActionmenuDeletemenuAdd‎menuHovermenuValuemenuURL‎menuTextmenuSort‎menuSizemenuEnabled‎menuCheckedmenuActionmenuShortcutTextmenuShortcutmenuPicturemenuDatamenuClear

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