tvData: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " | }}" to " }}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 0.74 | |||
|0.74 | |||
|gr1= GUI Control - Tree View | |gr1= GUI Control - Tree View | ||
| | |descr= Returns string data from item on given path. IDC means id of parent [[CT_TREE]]. | ||
| | |s1= [[tvData]] [idc, path] | ||
| | |p1= idc: [[Number]] | ||
| | |p2= path: [[Array]] of [[Number]]s | ||
| [[String]] | |r1= [[String]] | ||
|s2= control | |s2= control [[tvData]] path | ||
|p21= control: [[Control]] | |p21= control: [[Control]] | ||
|p22= | |p22= path: [[Array]] of [[Number]]s | ||
|r2= [[String]] | |r2= [[String]] | ||
|x1= < | |x1= <sqf>tvData [101, [0]];</sqf> | ||
|x2= < | |x2= <sqf>(_display displayCtrl 101) tvData [0];</sqf> | ||
| | |seealso= [[tvSetData]] | ||
}} | }} |
Latest revision as of 12:35, 8 November 2023
Description
- Description:
- Returns string data from item on given path. IDC means id of parent CT_TREE.
- Groups:
- GUI Control - Tree View
Syntax
Alternative Syntax
Examples
- Example 1:
- tvData [101, [0]];
- Example 2:
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