Difference between revisions of "cock.getEmptyOption"
(Created page with "Finds next (in arbitrary order) unused input option in current layout. == Synopsis == === Function === <source lang="Lua">option = cock.getEmptyOption ( self )</source> === Argum...") |
m (→See also) |
||
Line 15: | Line 15: | ||
*[[Common Organization of Controls Kit]] | *[[Common Organization of Controls Kit]] | ||
− | {{#set:Description= | + | {{#set:Description=Finds unused option.}} |
Revision as of 11:40, 1 September 2013
Finds next (in arbitrary order) unused input option in current layout.
Synopsis
Function
option = cock.getEmptyOption ( self )
Arguments
table self
- An object to use.
Returns
string option
- Found unused option (nil on failure).
See also
- cock.addOption
- cock.deleteOption
- cock.setDefault
- Common Organization of Controls Kit Manual
- Common Organization of Controls Kit