Difference between revisions of "cock.unbind"
m (Created page with "Unbinds specified map and option from current layout. == Synopsis == === Function === <source lang="Lua">cock.unbind ( self, map, option )</source> === Arguments === {{param|tabl...") |
m |
||
Line 1: | Line 1: | ||
Unbinds specified map and option from current layout. | Unbinds specified map and option from current layout. | ||
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="Lua">cock.unbind ( self, map, option )</source> | <source lang="Lua">cock.unbind ( self, map, option )</source> | ||
=== Arguments === | === Arguments === |
Latest revision as of 15:15, 2 September 2013
Unbinds specified map and option from current layout.
Contents
Function
Synopsis
cock.unbind ( self, map, option )
Arguments
table self
- An object to use.
string map
- A control map name to unbind.
string option
- Optional. Option to unbind map from. Will revert to defaultOption if not provided.
See also
- cock.bind
- cock.addOption
- cock.getEmptyOption
- Common Organization of Controls Kit Manual
- Common Organization of Controls Kit