Difference between revisions of "Template:Function"

From ComputerCraft Wiki
Jump to: navigation, search
(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...")
 
(wtf, that doesn't work?)
Line 23: Line 23:
  
 
Result:
 
Result:
{{Function
+
{{Template:Function
 
|name=redstone.setOutput
 
|name=redstone.setOutput
 
|args=[[string]] side, [[boolean]] value
 
|args=[[string]] side, [[boolean]] value

Revision as of 02:25, 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