Template:Function
From ComputerCraft Wiki
Revision as of 02:34, 26 February 2012 by Immibis (Talk | contribs) (add examples and notes sections)
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