ctFindRowHeader: 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 | ||
| Takes index of a row as a parameter. Returns index of the closest header above this row. | | Takes index of a row as a parameter. Returns index of the closest header above this row. | ||
| ctrl '''ctFindRowHeader''' row | | ctrl '''ctFindRowHeader''' row | ||
|p1= ctrl: [[Control]] | |p1= ctrl: [[Control]] | ||
|p2= row: [[Number]] | |p2= row: [[Number]] | ||
| [[Number]] | | [[Number]] | ||
|x1= <code>_index = _control [[ctFindRowHeader]] 0;</code> | |x1= <code>_index = _control [[ctFindRowHeader]] 0;</code> | ||
| [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctSetCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] | | [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctSetCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] | ||
}} | }} |
Revision as of 00:10, 18 January 2021
Description
- Description:
- Takes index of a row as a parameter. Returns index of the closest header above this row.
- Groups:
- GUI Control - Controls Table
Syntax
Examples
- Example 1:
_index = _control ctFindRowHeader 0;
Additional Information
- See also:
- ctAddRowctAddHeaderctClearctCurSelctSetCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetValuectValuectSetDatactDatactFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate
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