tvSetPictureRight: Difference between revisions
Jump to navigation
Jump to search
m (see also) |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.62 | |1.62 | ||
|gr1= GUI Control - Tree View | |gr1= GUI Control - Tree View | ||
| Sets right picture on the tree view item defined by path | | Sets right picture on the tree view item defined by path | ||
| [[tvSetPictureRight]] [idc, path, name] | | [[tvSetPictureRight]] [idc, path, name] | ||
| p1= idc: [[Number]] | | p1= idc: [[Number]] | ||
| p2= path: [[Array]] - path to tree view item | | p2= path: [[Array]] - path to tree view item | ||
| p3= name: [[String]] - picture texture | | p3= name: [[String]] - picture texture | ||
| [[Nothing]] | | [[Nothing]] | ||
| s2= control [[tvSetPictureRight]] [path, name] | | s2= control [[tvSetPictureRight]] [path, name] | ||
|p21= control: [[Control]] |PARAMETER21= | |p21= control: [[Control]] |PARAMETER21= | ||
Line 27: | Line 27: | ||
|p23= name: [[String]] - picture texture |PARAMETER23= | |p23= name: [[String]] - picture texture |PARAMETER23= | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= <code>[[tvSetPictureRight]] [101, [0], "picture"];</code> | |x1= <code>[[tvSetPictureRight]] [101, [0], "picture"];</code> | ||
|x2= <code>_ctrl [[tvSetPictureRight]] [<nowiki/>[0], "picture"];</code> | |x2= <code>_ctrl [[tvSetPictureRight]] [<nowiki/>[0], "picture"];</code> | ||
| [[tvPictureRight]] [[tvSetPicture]] [[tvPicture]] | | [[tvPictureRight]] [[tvSetPicture]] [[tvPicture]] | ||
}} | }} |
Revision as of 11:27, 18 January 2021
Description
- Description:
- Sets right picture on the tree view item defined by path
- Groups:
- GUI Control - Tree View
Syntax
- Syntax:
- tvSetPictureRight [idc, path, name]
- Parameters:
- idc: Number
- path: Array - path to tree view item
- name: String - picture texture
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control tvSetPictureRight [path, name]
- Parameters:
- control: Control
- path: Array - path to tree view item
- name: String - picture texture
- Return Value:
- Nothing
Examples
- Example 1:
tvSetPictureRight [101, [0], "picture"];
- Example 2:
_ctrl tvSetPictureRight [[0], "picture"];
Additional Information
- See also:
- tvPictureRight tvSetPicture tvPicture
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