Difference between revisions of "Template:Function"
From ComputerCraft Wiki
m |
m (Fixed the API link) |
||
Line 9: | Line 9: | ||
<td style="border-color: black; padding: .2em; padding-left: .4em;">[[{{{addon|ComputerCraft}}}]]</td></tr> | <td style="border-color: black; padding: .2em; padding-left: .4em;">[[{{{addon|ComputerCraft}}}]]</td></tr> | ||
<tr style="background-color: #FFFFFF;"><td style="border-right: solid black 1px; padding: .2em; width: 10%; font-weight: bold;">API</td> | <tr style="background-color: #FFFFFF;"><td style="border-right: solid black 1px; padding: .2em; width: 10%; font-weight: bold;">API</td> | ||
− | <td style="border-color: black; padding: .2em; padding-left: .4em;">[[{{{api}}}|{{{api}}} | + | <td style="border-color: black; padding: .2em; padding-left: .4em;">[[{{{api}}} (API)|{{{api}}}]]</td></tr> |
</table> | </table> | ||
Revision as of 03:11, 26 February 2012
Wiki code
{{Function |name=redstone.setOutput |args=[[string]] side, [[boolean]] value |api=redstone |returns=[[nil]] |addon=ComputerCraft |examples=Examples go here |notes= * Note 1 * Note 2 }}
Note that returns, addon, examples and notes are optional.
Result
Function redstone.setOutput | |
No description provided. | |
Syntax | redstone.setOutput(string side, boolean value) |
Returns | nil |
Part of | ComputerCraft |
API | redstone |
Examples
Examples go hereAdditional Notes
- Note 1
- Note 2