Difference between revisions of "Rednet.open"

From ComputerCraft Wiki
Jump to: navigation, search
m (Moved to CAT:APIFunctions)
Line 12: Line 12:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:API_Functions]]

Revision as of 18:36, 28 November 2012


Grid Redstone.png  Function rednet.open
Tells the computer that the side can be used for networking.
Syntax rednet.open(string 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( "left" )