rednet.open
From ComputerCraft Wiki
Revision as of 21:23, 15 March 2012 by SgtBurned (Talk | contribs) (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...")
Function rednet.open( side ) | |
Tells the computer that the side can be used for networking. | |
Syntax | rednet.open( side )(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( side ) |