Difference between revisions of "Rednet.open"
From ComputerCraft Wiki
(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...") |
|||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=rednet.open( side ) | |name=rednet.open( side ) | ||
− | |args= | + | |args="left","right","front","back","bottom","top" |
|api=rednet | |api=rednet | ||
|addon=ComputerCraft | |addon=ComputerCraft |
Revision as of 21:23, 15 March 2012
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( side ) |