Template:Function
From ComputerCraft Wiki
Revision as of 02:26, 26 February 2012 by Immibis (Talk | contribs) (oh it was just mediawiki's cache or something, undid last edit)
Example
Wiki code:
{{Function |name=redstone.setOutput |args=[[string]] side, [[boolean]] value |api=redstone }}
Result:
Function redstone.setOutput | |
No description provided. | |
Syntax | redstone.setOutput(string side, boolean value) |
Returns | nil |
Part of | ComputerCraft |
API | redstone |