Difference between revisions of "Template:Function"

From ComputerCraft Wiki
Jump to: navigation, search
(wtf, that doesn't work?)
m (oh it was just mediawiki's cache or something, undid last edit)
Line 23: Line 23:
  
 
Result:
 
Result:
{{Template:Function
+
{{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:

Grid Redstone.png  Function redstone.setOutput
No description provided.
Syntax redstone.setOutput(string side, boolean value)
Returns nil
Part of ComputerCraft
API redstone