Difference between revisions of "cock.find"
(Created page with "Finds control object by ID. == Synopsis == === Function === <source lang="Lua">control = cock.find ( id )</source> === Arguments === {{param|string|id|An identifier to use for th...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Finds control object by ID. | Finds control object by ID. | ||
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="Lua">control = cock.find ( id )</source> | <source lang="Lua">control = cock.find ( id )</source> | ||
=== Arguments === | === Arguments === | ||
− | {{param|string|id|An identifier to | + | {{param|string|id|An identifier to find object by.}} |
=== Returns === | === Returns === | ||
{{param|table|control|Found control object (nil on failure).}} | {{param|table|control|Found control object (nil on failure).}} |