tvSetPictureRight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
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|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.62|Game version=
|1.62


|gr1= GUI Control - Tree View |GROUP1=
|gr1= GUI Control - Tree View


| Sets right picture on the tree view item defined by path |DESCRIPTION=
| Sets right picture on the tree view item defined by path


| [[tvSetPictureRight]] [idc, path, name] |SYNTAX=
| [[tvSetPictureRight]] [idc, path, name]


| p1= idc: [[Number]] |PARAMETER1=
| p1= idc: [[Number]]


| p2= path: [[Array]] - path to tree view item |PARAMETER2=
| p2= path: [[Array]] - path to tree view item


| p3= name: [[String]] - picture texture |PARAMETER3=
| p3= name: [[String]] - picture texture


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


| s2= control [[tvSetPictureRight]] [path, name] |SYNTAX2=
| 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]] |RETURNVALUE2=
|r2= [[Nothing]]


|x1= <code>[[tvSetPictureRight]] [101, [0], "picture"];</code> |EXAMPLE1=
|x1= <code>[[tvSetPictureRight]] [101, [0], "picture"];</code>


|x2= <code>_ctrl [[tvSetPictureRight]] [<nowiki/>[0], "picture"];</code> |EXAMPLE2=
|x2= <code>_ctrl [[tvSetPictureRight]] [<nowiki/>[0], "picture"];</code>


| [[tvPictureRight]] [[tvSetPicture]] [[tvPicture]] |SEEALSO=
| [[tvPictureRight]] [[tvSetPicture]] [[tvPicture]]


}}
}}

Revision as of 12:27, 18 January 2021

Hover & click on the images for description

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

Notes

Bottom Section