Difference between revisions of "Rednet.open"
From ComputerCraft Wiki
m (Moved to CAT:APIFunctions) |
|||
Line 12: | Line 12: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:36, 28 November 2012
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
Example | |
Tells the computer that the side can be used for networking. | |
Code |
rednet.open( "left" ) |