ctSetValue: Difference between revisions
Jump to navigation
Jump to search
(Fix syntax and example) |
Killzone Kid (talk | contribs) (format, categories) |
||
Line 4: | Line 4: | ||
|arma3 |= Game | |arma3 |= Game | ||
|1.70|= Game Version | |1.70|= Game Version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 11: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | control '''ctSetValue''' [index, value] |= Syntax | ||
|p1= control: [[Control]] |= Parameter 1 | |p1= control: [[Control]] |= Parameter 1 | ||
Line 37: | Line 35: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] | [[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 14:43, 3 March 2019
Description
- Description:
- Associates metadata (number) with the row determined by the index. Returns Nothing.
- Groups:
- Uncategorised
Syntax
- Syntax:
- control ctSetValue [index, value]
- Parameters:
- control: Control
- index: Number
- value: Number
- Return Value:
- Nothing
Examples
- Example 1:
_control ctSetValue [0, 23];
Additional Information
- See also:
- ctAddRowctAddHeaderctClearctCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetCurSelctValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate
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