Difference between revisions of "cock.deleteOption"
(Created page with "Deletes specified option from current layout. == Synopsis == === Function === <source lang="Lua">cock.deleteOption ( self, option )</source> === Arguments === {{param|table|self|...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Deletes specified option from current layout. | Deletes specified option from current layout. | ||
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="Lua">cock.deleteOption ( self, option )</source> | <source lang="Lua">cock.deleteOption ( self, option )</source> | ||
=== Arguments === | === Arguments === | ||
Line 8: | Line 8: | ||
==See also== | ==See also== | ||
*[[cock.addOption]] | *[[cock.addOption]] | ||
+ | *[[cock.getEmptyOption]] | ||
*[[cock.setDefault]] | *[[cock.setDefault]] | ||
*[[parent::Common Organization of Controls Kit Manual]] | *[[parent::Common Organization of Controls Kit Manual]] |
Latest revision as of 14:58, 2 September 2013
Deletes specified option from current layout.
Contents
Function
Synopsis
cock.deleteOption ( self, option )
Arguments
See also
- cock.addOption
- cock.getEmptyOption
- cock.setDefault
- Common Organization of Controls Kit Manual
- Common Organization of Controls Kit