rednet.open
From ComputerCraft Wiki
Revision as of 07:55, 30 May 2012 by Pinkishu (Talk | contribs) (moved Rednet.open( side ) to Rednet.open)
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
Example | |
Tells the computer that the side can be used for networking. | |
Code |
rednet.open( "left" ) |