menuSetPicture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|arma3 |= Game " to "|arma3 |Game name= ")
m (Text replacement - "|= Alternative Parameter 2 " to "|Alternative Parameter 22= ")
Line 18: Line 18:
|s2= control menuSetPicture [path, picture] |= Alternative Syntax
|s2= control menuSetPicture [path, picture] |= Alternative Syntax
|p21= control: [[Control]] |= Alternative Parameter 1
|p21= control: [[Control]] |= Alternative Parameter 1
|p22= path: [[Array]] |= Alternative Parameter 2
|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

Revision as of 01:58, 3 September 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