tvData: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|0.74 | |version1= 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]] - Array of [[Number|numbers]] | ||
| | |r1= [[String]] | ||
|s2= control '''tvData''' path | |||
|s2= control '''tvData''' | |||
|p21= control: [[Control]] | |p21= control: [[Control]] | ||
|p22= | |p22= path: [[Array]] - Array of [[Number|numbers]] | ||
|r2= [[String]] | |r2= [[String]] | ||
|x1= <code>[[tvData]] [101, [0]];</code> | |x1= <code>[[tvData]] [101, [0]];</code> | ||
Line 35: | Line 29: | ||
|x2= <code>(_display [[displayCtrl]] 101) [[tvData]] [0];</code> | |x2= <code>(_display [[displayCtrl]] 101) [[tvData]] [0];</code> | ||
|seealso= | |seealso= [[tvSetData]] | ||
}} | }} |
Revision as of 23:52, 4 April 2021
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 - Array of numbers
- Return Value:
- String
Alternative Syntax
- Syntax:
- control tvData path
- Parameters:
- control: Control
- path: Array - 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