Template:Function
From ComputerCraft Wiki
Revision as of 02:25, 26 February 2012 by Immibis (Talk | contribs) (Created page with "<includeonly> <table style="width: 70%; border: solid 2px black; margin: 2px; padding: .3em; border-spacing: 0px;"> <tr><td colspan="2" style="font-weight: bold; font-size: la...")
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 |