ctSetData: 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 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Control]] '''ctSetData''' [ [[Number]], [[String]] ] |= Syntax
| [[Control]] '''ctSetData''' [[[Number]], [[String]]] |= Syntax


|p1= control: [[Control]] |= Parameter 1
|p1= control: [[Control]] |= Parameter 1
Line 45: Line 45:
[[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:30, 16 May 2017

Hover & click on the images for description

Description

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

Syntax

Syntax:
Control ctSetData [[[Number]], String]
Parameters:
control: Control
data: String
Return Value:
Nothing

Examples

Example 1:
_control ctSetData [0, "Test"];

Additional Information

See also:
ctAddRowctAddHeaderctClearctCurSelctSetCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetValuectValuectDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate

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