menuSetPicture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Alternative Syntax " to "|Alternative Syntax= ")
m (Text replacement - "|= Alternative Parameter 3 " to "|Alternative Parameter 3= ")
Line 19: Line 19:
|p21= control: [[Control]] |= Alternative Parameter 1
|p21= control: [[Control]] |= Alternative Parameter 1
|p22= path: [[Array]] |Alternative Parameter 22=
|p22= path: [[Array]] |Alternative Parameter 22=
|p23= picture: [[String]] |= Alternative Parameter 3
|p23= picture: [[String]] |Alternative Parameter 3=
|p24=  |= Alternative Parameter 3
|p24=  |Alternative Parameter 3=
|r2= [[Nothing]] |= Alternative Return Value
|r2= [[Nothing]] |= Alternative Return Value
|x1=  |EXAMPLE1=
|x1=  |EXAMPLE1=

Revision as of 20:35, 15 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