Difference between revisions of "cock.setControls"

(Created page with "Creates control layouts from specifically formatted data table. == Synopsis == === Function === <source lang="Lua">cock.setControls ( self, data )</source> === Arguments === {{pa...")
 
m (See also)
Line 8: Line 8:
 
==See also==
 
==See also==
 
*[[cock.setDefault]]
 
*[[cock.setDefault]]
 +
*[[cock.setupdata]]
 
*[[parent::Common Organization of Controls Kit Manual]]
 
*[[parent::Common Organization of Controls Kit Manual]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 11:07, 1 September 2013

Creates control layouts from specifically formatted data table.

Synopsis

Function

cock.setControls ( self, data )

Arguments

table self
Control object to use.
table data
Specifically formated setup data to build layouts from.

See also