tvData: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
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...)
m (Some wiki formatting)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


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


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


|arg= local
|descr= Returns string data from item on given path. IDC means id of parent [[CT_TREE]].
 
|eff= local
 
| Returns string data from item on given path. IDC means id of parent Tree View.
 
| '''tvData''' [idc, [path]]
 
|p1= [idc, [path]]: [[Array]]


|p2= idc: [[Number]]
|s1= [[tvData]] [idc, path]


|p3= [path]: [[Array]] - Array containing numbers.
|p1= idc: [[Number]]


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


|s2= control '''tvData''' [path]
|r1= [[String]]


|p21= control: [[Control]] |PARAMETER21=
|s2= control [[tvData]] path


|p22= [path]: [[Array]] - Array containing numbers. |PARAMETER22=
|p21= control: [[Control]]


|r2= [[String]] - (as above).
|p22= path: [[Array]] of [[Number]]s


|x1= <code>[[tvData]] [101, [0]];</code>
|r2= [[String]]


|x2= <code>(_display [[displayCtrl]] 101) [[tvData]] [0];</code>
|x1= <sqf>tvData [101, [0]];</sqf>


| [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]]
|x2= <sqf>(_display displayCtrl 101) tvData [0];</sqf>


|
|seealso= [[tvSetData]]
}}
}}

Latest revision as of 13:35, 8 November 2023

Hover & click on the images for description

Description

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

Syntax

Syntax:
tvData [idc, path]
Parameters:
idc: Number
path: Array of Numbers
Return Value:
String

Alternative Syntax

Syntax:
control tvData path
Parameters:
control: Control
path: Array of Numbers
Return Value:
String

Examples

Example 1:
tvData [101, [0]];
Example 2:
(_display displayCtrl 101) tvData [0];

Additional Information

See also:
tvSetData

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