tvSetPictureColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Some wiki formatting)
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| arma3 |Game=
|game1= arma3
|version1= 0.74


|0.74|Game Version=
|arg= local
|eff= local


|arg= local |Multiplayer Arguments=
|gr1= GUI Control - Tree View


|eff= local |Multiplayer Effects=
|descr= Sets the colour of the picture (set via [[tvSetPicture]]) under the specified tree view path.


|serverExec= |= Multiplayer Execution
|s1= [[tvSetPictureColor]] [idc, path, color]


|gr1= GUI Control - Tree View |GROUP1=
|p1= idc: [[Number]] - IDC of the tree view control


| Sets the colour of the picture (set via [[tvSetPicture]]) under the specified tree view path. |DESCRIPTION=
|p2= path: [[Array]] - array containing path numbers


| [[tvSetPictureColor]] [idc, path, color] |SYNTAX=
|p3= color: [[Color|Color (RGBA)]]


|p1= idc: [[Number]] - IDC of the tree view control. |PARAMETER1=
|r1= [[Nothing]]


|p2= path: [[Array]] - Array containing path numbers. |PARAMETER2=
|s2= ctrl [[tvSetPictureColor]] [path, color]


|p3= color: [[Color|Color (RGBA)]] |PARAMETER3=
|p21= ctrl: [[Control]]


| [[Nothing]] |RETURNVALUE=
|p22= path: [[Array]] - array containing path numbers


|p23= color: [[Color|Color (RGBA)]]


<!-- START alternative syntax (optional) -->
|r2= [[Nothing]]


|s2= ctrl [[tvSetPictureColor]] [path, color] |Alternative Syntax=
|x1= <sqf>tvSetPictureColor [101, [0,2], [1,0,1,1]];</sqf>


|p21= ctrl: [[Control]] |Alternative Parameter 1=
|x2= <sqf>_tree tvSetPictureColor [[0,2], [1,0,1,1]];</sqf>
 
|p22= path: [[Array]] - Array containing path numbers. |Alternative Parameter 22=
 
|p23= color: [[Color|Color (RGBA)]] |Alternative Parameter 3=
 
|r2= [[Nothing]] |Alternative Return Value=
 
 
|x1= <code>[[tvSetPictureColor]] [101, [0,2], [1,0,1,1]];</code> |EXAMPLE1=
 
|x2= <code>_tree [[tvSetPictureColor]] [[0,2], [1,0,1,1]];</code> |EXAMPLE2=
 
| [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |SEEALSO=


|seealso= [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 18:23, 15 August 2022

Hover & click on the images for description

Description

Description:
Sets the colour of the picture (set via tvSetPicture) under the specified tree view path.
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvSetPictureColor [idc, path, color]
Parameters:
idc: Number - IDC of the tree view control
path: Array - array containing path numbers
color: Color (RGBA)
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl tvSetPictureColor [path, color]
Parameters:
ctrl: Control
path: Array - array containing path numbers
color: Color (RGBA)
Return Value:
Nothing

Examples

Example 1:
tvSetPictureColor [101, [0,2], [1,0,1,1]];
Example 2:
_tree tvSetPictureColor [[0,2], [1,0,1,1]];

Additional Information

See also:
tvAdd tvClear tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture tvSetValue tvSort tvSortByValue tvText tvValue

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