tvSetValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Some wiki formatting)
 
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


|0.74|Game version=
|gr1= GUI Control - Tree View


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


|arg= local |Multiplayer Arguments=
|eff= local


|eff= local |Multiplayer Effects=
|descr= Sets scalar data to item on given path. IDC means id of parent Tree View. If the given value is not integer, it will be converted to integer
____________________________________________________________________________________________


| Sets scalar data to item on given path. IDC means id of parent Tree View. If the given value is not integer, it will be converted to integer|DESCRIPTION=
|s1= [[tvSetValue]] [idc, path, val]
____________________________________________________________________________________________


| [[tvSetValue]] [idc, path, val] |SYNTAX=
|p1= idc: [[Number]]


|p2= idc: [[Number]] |PARAMETER2=
|p2= path: [[Array]] of [[Number]]s


|p3= path: [[Array]] of [[Number]]s |PARAMETER3=
|p3= val: [[Number]]


|p4= val: [[Number]] |PARAMETER4=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=
|s2= ctrl [[tvSetValue]] [path, val]
____________________________________________________________________________________________


| s2= ctrl [[tvSetValue]] [path, val] |SYNTAX2=
|p21= ctrl: [[Control]]


|p21= ctrl: [[Control]] |PARAMETER21=
|p22= path: [[Array]] of [[Number]]s


|p22= path: [[Array]] of [[Number]]s |PARAMETER22=
|p23= val: [[Number]]


|p23= val: [[Number]] |PARAMETER23=
|r2= [[Nothing]]


|r2= [[Nothing]] |RETURNVALUE2=
|x1= <sqf>tvSetValue [101, [0], 555];</sqf>
____________________________________________________________________________________________


|x1= <code>[[tvSetValue]] [101, [0], 555];</code> |EXAMPLE1=
|x2= <sqf>_ctrl tvSetValue [[0,0,0], 14];</sqf>


|x2= <code>_ctrl [[tvSetValue]] [<nowiki/>[0,0,0], 14];</code> |EXAMPLE2=
|seealso= [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]]
____________________________________________________________________________________________
 
| [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|New_Scripting_Commands_List}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 13:23, 17 May 2022

Hover & click on the images for description

Description

Description:
Sets scalar data to item on given path. IDC means id of parent Tree View. If the given value is not integer, it will be converted to integer
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvSetValue [idc, path, val]
Parameters:
idc: Number
path: Array of Numbers
val: Number
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl tvSetValue [path, val]
Parameters:
ctrl: Control
path: Array of Numbers
val: Number
Return Value:
Nothing

Examples

Example 1:
tvSetValue [101, [0], 555];
Example 2:
_ctrl tvSetValue [[0,0,0], 14];

Additional Information

See also:
tvAdd tvClear tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture 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