tvSetPictureRight: Difference between revisions
Lou Montana (talk | contribs) m (Some wiki formatting) |
BrettMayson (talk | contribs) mNo edit summary |
||
| Line 12: | Line 12: | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
|p2= path: [[ | |p2= path: [[Tree View Path]] | ||
|p3= name: [[String]] - picture texture | |p3= name: [[String]] - picture texture | ||
| Line 22: | Line 22: | ||
|p21= control: [[Control]] | |p21= control: [[Control]] | ||
|p22= path: [[ | |p22= path: [[Tree View Path]] | ||
|p23= name: [[String]] - picture texture | |p23= name: [[String]] - picture texture | ||
Latest revision as of 03:40, 3 January 2026
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: Tree View Path
- name: String - picture texture
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control tvSetPictureRight [path, name]
- Parameters:
- control: Control
- path: Tree View Path
- 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.
Only post proven facts here! Add Note
- Posted on Apr 05, 2021 - 12:14 (UTC)