ctSetRowTemplate: 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:
Takes config path to the new row template. Clears the whole RscControlsTable and sets the new row template (Deleting all rows and headers is easier to implement than replacing the rows and filling them with new data. IDCs could overflow etc.).
Groups:
Uncategorised

Syntax

Syntax:
Control ctSetRowTemplate Config
Parameters:
control: Control
config: Config
Return Value:
Nothing

Examples

Example 1:
_control ctSetRowTemplate _configPath;

Additional Information

See also:
ctAddRowctAddHeaderctClearctCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetCurSelctValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetHeaderTemplate

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