Difference between revisions of "Rednet.open"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "{{lowercase}} {{Function |name=rednet.open( side ) |args= side ("left","right","front","back","bottom","top") |api=rednet |addon=ComputerCraft |desc=Tells the computer that th...")
 
Line 2: Line 2:
 
{{Function
 
{{Function
 
|name=rednet.open( side )
 
|name=rednet.open( side )
|args= side ("left","right","front","back","bottom","top")
+
|args="left","right","front","back","bottom","top"
 
|api=rednet
 
|api=rednet
 
|addon=ComputerCraft
 
|addon=ComputerCraft

Revision as of 21:23, 15 March 2012


Grid Redstone.png  Function rednet.open( side )
Tells the computer that the side can be used for networking.
Syntax rednet.open( side )("left","right","front","back","bottom","top")
Returns nil
Part of ComputerCraft
API rednet

Examples

Grid paper.png  Example
Tells the computer that the side can be used for networking.
Code
rednet.open( side )