Difference between revisions of "Template:Function"
From ComputerCraft Wiki
| Line 21: | Line 21: | ||
{{{notes}}} | {{{notes}}} | ||
|}} | |}} | ||
| − | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
| Line 55: | Line 54: | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
| + | [[Category:Templates]] | ||
Revision as of 01:27, 11 March 2012
Wiki code
{{Function
|name=redstone.setOutput
|args=[[string]] side, [[boolean]] value
|api=redstone
|returns=[[nil]]
|addon=ComputerCraft
|desc=Sets a redstone output
|examples=Examples go here
|notes=
* Note 1
* Note 2
}}
Note that args, returns, addon, examples and notes are optional.
Result
| Sets a redstone output | |
| Syntax | redstone.setOutput(string side, boolean value) |
| Returns | nil |
| Part of | ComputerCraft |
| API | redstone |
Examples
Examples go hereAdditional Notes
- Note 1
- Note 2