ctValue: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
|arma3 |= Game | |arma3 |= Game | ||
Line 6: | Line 5: | ||
|gr1= GUI Control - Controls Table |GROUP1= | |gr1= GUI Control - Controls Table |GROUP1= | ||
| Returns metadata (number) associated with a particular row of RscControlsTable. |DESCRIPTION= | | Returns metadata (number) associated with a particular row of RscControlsTable. |DESCRIPTION= | ||
| control '''ctValue''' index |SYNTAX= | | control '''ctValue''' index |SYNTAX= | ||
Line 18: | Line 15: | ||
| [[Number]] |RETURNVALUE= | | [[Number]] |RETURNVALUE= | ||
|x1= <code>_number = _control [[ctValue]] 0;</code> |EXAMPLE1= | |x1= <code>_number = _control [[ctValue]] 0;</code> |EXAMPLE1= | ||
| [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctSetCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] |SEEALSO= | | [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctSetCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] |SEEALSO= |
Revision as of 00:27, 17 January 2021
Description
- Description:
- Returns metadata (number) associated with a particular row of RscControlsTable.
- Groups:
- GUI Control - Controls Table
Syntax
Examples
- Example 1:
_number = _control ctValue 0;
Additional Information
- See also:
- ctAddRowctAddHeaderctClearctCurSelctSetCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate
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
Notes
Bottom Section