menuSetPicture: Difference between revisions
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 | |arma3 |= Game | ||
|1.56|Game Version= | |1.56|Game Version= | ||
|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: [[ | |||
|p3= picture:[[String]] |PARAMETER3= | |p2= path: [[Array]] |PARAMETER2= | ||
|p3= picture: [[String]] |PARAMETER3= | |||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|s2= control menuSetPicture [path, picture] | | |s2= control [[menuSetPicture]] [path, picture] |Alternative Syntax= | ||
|p21= control: [[Control]] | | |||
|p22= path: [[Array]] | | |p21= control: [[Control]] |Alternative Parameter 1= | ||
|p23= picture: [[String]] | | |||
|p22= path: [[Array]] |Alternative Parameter 2= | |||
|r2= [[Nothing]] |Alternative Return Value= | |||
|x1= | |p23= picture: [[String]]|Alternative Parameter 3= | ||
|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 09:13, 19 October 2020
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