Template:Function
From ComputerCraft Wiki
Example
Wiki code:
{{Function
|name=redstone.setOutput
|args=[[string]] side, [[boolean]] value
|api=redstone
}}
Result:
| No description provided. | |
| Syntax | redstone.setOutput(string side, boolean value) |
| Returns | nil |
| Part of | ComputerCraft |
| API | redstone |