ctSetValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (not in Update)
mNo edit summary
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


|arma3dev |= Game
|arma3 |= Game
|1.69|= Game Version
|1.70|= Game Version
|arg= local |= Arguments in MP
|arg= local |= Arguments in MP
|eff= local |= Effects in MP
|eff= local |= Effects in MP
Line 44: Line 44:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]


<!-- CONTINUE Notes -->
<!-- CONTINUE Notes -->


<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 19:31, 16 May 2017

Hover & click on the images for description

Description

Description:
Associates metadata (number) with the row determined by the index. Returns Nothing.
Groups:
Uncategorised

Syntax

Syntax:
Control ctSetValue Number
Parameters:
control: Control
index: Number
Return Value:
Nothing

Examples

Example 1:
_control ctSetValue 0;

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