Difference between revisions of "User:Immibis/Sandbox"
From ComputerCraft Wiki
(Created page with "<includeonly> <table style="width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;"> <tr><td colspan="2" style="font-weight: bold; font-size: large; padding-...") |
|||
| Line 47: | Line 47: | ||
== Result == | == Result == | ||
| − | {{User:Immibis/Sandbox | + | {{:User:Immibis/Sandbox |
|name=redstone.setOutput | |name=redstone.setOutput | ||
|args=[[string_(type)|string]] side, [[boolean_(type)|boolean]] value | |args=[[string_(type)|string]] side, [[boolean_(type)|boolean]] value | ||
Latest revision as of 18:48, 7 January 2013
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 (use [[Template:Example]])
|notes=
* Note 1
* Note 2
}}
Note that args, returns, addon, examples and notes are optional.
Result
| Sets a redstone output | |
| Syntax | redstone.setOutput(string side, boolean value) |
| Returns | nil |
| Part of | ComputerCraft |
| API | redstone |
Examples
Examples go here (use Template:Example)Additional Notes
- Note 1
- Note 2 test