Difference between revisions of "Template:Function"
From ComputerCraft Wiki
(wtf, that doesn't work?) |
m (oh it was just mediawiki's cache or something, undid last edit) |
||
| Line 23: | Line 23: | ||
Result: | Result: | ||
| − | {{ | + | {{Function |
|name=redstone.setOutput | |name=redstone.setOutput | ||
|args=[[string]] side, [[boolean]] value | |args=[[string]] side, [[boolean]] value | ||
Revision as of 02:26, 26 February 2012
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 |