Difference between revisions of "Template:Function"

From ComputerCraft Wiki
Jump to: navigation, search
m (fixed typo)
Line 39: Line 39:
 
  }}</nowiki>
 
  }}</nowiki>
  
Note that ''returns'', ''addon'', ''examples'' and ''notes'' are optional.
+
Note that ''args'', ''returns'', ''addon'', ''examples'' and ''notes'' are optional.
  
 
== Result ==
 
== Result ==

Revision as of 20:59, 2 March 2012


Wiki code

{{Function
 |name=redstone.setOutput
 |args=[[string]] side, [[boolean]] value
 |api=redstone
 |returns=[[nil]]
 |addon=ComputerCraft
 |desc=Sets a redstone output
 |examples=Examples go here
 |notes=
 * Note 1
 * Note 2
 }}

Note that args, returns, addon, examples and notes are optional.

Result

Grid Redstone.png  Function redstone.setOutput
Sets a redstone output
Syntax redstone.setOutput(string side, boolean value)
Returns nil
Part of ComputerCraft
API redstone

Examples

Examples go here

Additional Notes

  • Note 1
  • Note 2