Difference between revisions of "tvSelection"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= GUI Control |GROUP1= ")
m (Some wiki formatting)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
+
{{RV|type=command
  
|game1= arma3dev |Game name=
+
|game1= arma3
 +
|version1= 2.02
  
|version= 2.01 |Game version=
+
|gr1= GUI Control - Tree View
  
|gr1= GUI Control |GROUP1=
+
|descr= Returns array of paths to selected items.
  
 
+
|s1= [[tvSelection]] control
____________________________________________________________________________________________
 
 
 
|descr= Returns array of paths to selected items. |Description=
 
 
 
|mp= |Multiplayer Behaviour=
 
 
 
|pr= |Problems=
 
____________________________________________________________________________________________
 
 
 
|s1= [[tvSelection]] control |Syntax=
 
  
 
|p1= control: [[Control]]
 
|p1= control: [[Control]]
  
|r1= [[Array]] |Return Value=
+
|r1= [[Array]]
____________________________________________________________________________________________
 
  
|x1= <code></code> |Example 1=
+
|x1= <sqf>private _selection = tvSelection _ctrlTV;</sqf>
____________________________________________________________________________________________
 
  
|seealso= |See Also=
+
|seealso= [[tvSetSelected]] [[tvIsSelected]]
 
}}
 
}}
 
<dl class="command_description">
 
<!-- BEGIN Note Section -->
 
 
<!-- END Note Section -->
 
</dl>
 
 
<h3 style="display:none">Bottom Section</h3>
 
 
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
 

Latest revision as of 15:18, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns array of paths to selected items.
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvSelection control
Parameters:
control: Control
Return Value:
Array

Examples

Example 1:
private _selection = tvSelection _ctrlTV;

Additional Information

See also:
tvSetSelected tvIsSelected

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