ctSetCurSel: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|arma3 |= Game | |arma3 |= Game | ||
|1.70 | |1.70 | ||
|arg= local | |arg= local | ||
|eff= local | |eff= local | ||
|gr1= GUI Control - Controls Table | |gr1= GUI Control - Controls Table | ||
| Selects the line with the given index. Will take only rows, but not headers into account. -1 deselects all. Returns Nothing. | | Selects the line with the given index. Will take only rows, but not headers into account. -1 deselects all. Returns Nothing. | ||
| [[Control]] '''ctSetCurSel''' [[Number]] | | [[Control]] '''ctSetCurSel''' [[Number]] | ||
|p1= control: [[Control]] | |p1= control: [[Control]] | ||
|p2= index: [[Number]] | |p2= index: [[Number]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>_control [[ctSetCurSel]] 0;</code> | |x1= <code>_control [[ctSetCurSel]] 0;</code> | ||
| [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] | | [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] | ||
}} | }} |
Revision as of 00:12, 18 January 2021
Description
- Description:
- Selects the line with the given index. Will take only rows, but not headers into account. -1 deselects all. Returns Nothing.
- Groups:
- GUI Control - Controls Table
Syntax
Examples
- Example 1:
_control ctSetCurSel 0;
Additional Information
- See also:
- ctAddRowctAddHeaderctClearctCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetValuectValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma 3 version 1.70
- Arma 3: New Scripting Commands
- Arma 3: Scripting Commands
- Command Group: GUI Control - Controls Table
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Take On Helicopters: Scripting Commands