tvSetData: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(29 intermediate revisions by the same user 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 string data to item on given path. IDC means id of parent Tree View.
____________________________________________________________________________________________


| Sets string data to item on given path. IDC means id of parent Tree View. |DESCRIPTION=
|s1= [[tvSetData]] [idc, path, data]
____________________________________________________________________________________________


| [[tvSetData]] [idc, path, data] |SYNTAX=
|p1= idc: [[Number]]


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


|p2= path: [[Array]] of [[Number]]s |PARAMETER2=
|p3= data: [[String]]


|p3= data: [[String]] |PARAMETER3=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=
|s2= ctrl [[tvSetData]] [path, data]
____________________________________________________________________________________________


|s2= ctrl [[tvSetData]] [path, data] |SYNTAX2=
|p21= ctrl: [[Control]]


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


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


|p23= data: [[String]] |PARAMETER23=
|r2= [[Nothing]]


|r2= [[Nothing]] |RETURNVALUE2=
|x1= <sqf>tvSetData [101, [0], "Test data"];</sqf>
____________________________________________________________________________________________


|x1= <code>[[tvSetData]] [101, [0], "Test data"];</code> |EXAMPLE1=
|x2= <sqf>_ctrl tvSetData [[0,0,0], "Test data"];</sqf>


|x2= <code>_ctrl [[tvSetData]] [<nowiki/>[0,0,0], "Test data"];</code> |EXAMPLE2=
|seealso= [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]]
____________________________________________________________________________________________
 
| [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}

Latest revision as of 13:21, 17 May 2022

Hover & click on the images for description

Description

Description:
Sets string data to item on given path. IDC means id of parent Tree View.
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvSetData [idc, path, data]
Parameters:
idc: Number
path: Array of Numbers
data: String
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl tvSetData [path, data]
Parameters:
ctrl: Control
path: Array of Numbers
data: String
Return Value:
Nothing

Examples

Example 1:
tvSetData [101, [0], "Test data"];
Example 2:
_ctrl tvSetData [[0,0,0], "Test data"];

Additional Information

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