tvSetPictureRight: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (see also) |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= GUI Control - Tree View |GROUP1= | |gr1= GUI Control - Tree View |GROUP1= | ||
| Sets right picture on the tree view item defined by path |DESCRIPTION= | | Sets right picture on the tree view item defined by path |DESCRIPTION= | ||
| [[tvSetPictureRight]] [idc, path, name] |SYNTAX= | | [[tvSetPictureRight]] [idc, path, name] |SYNTAX= | ||
Line 21: | Line 18: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
| s2= control [[tvSetPictureRight]] [path, name] |SYNTAX2= | | s2= control [[tvSetPictureRight]] [path, name] |SYNTAX2= | ||
Line 32: | Line 28: | ||
|r2= [[Nothing]] |RETURNVALUE2= | |r2= [[Nothing]] |RETURNVALUE2= | ||
|x1= <code>[[tvSetPictureRight]] [101, [0], "picture"];</code> |EXAMPLE1= | |x1= <code>[[tvSetPictureRight]] [101, [0], "picture"];</code> |EXAMPLE1= | ||
|x2= <code>_ctrl [[tvSetPictureRight]] [<nowiki/>[0], "picture"];</code> |EXAMPLE2= | |x2= <code>_ctrl [[tvSetPictureRight]] [<nowiki/>[0], "picture"];</code> |EXAMPLE2= | ||
| [[ | | [[tvPictureRight]] [[tvSetPicture]] [[tvPicture]] |SEEALSO= | ||
}} | }} | ||
Revision as of 13:28, 9 December 2020
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