rednet.open

From ComputerCraft Wiki
Revision as of 21:23, 15 March 2012 by SgtBurned (Talk | contribs)

Jump to: navigation, search


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 )