rednet.close
From ComputerCraft Wiki
Revision as of 22:24, 16 March 2012 by SgtBurned (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=rednet.close( side ) |args= left, right, top, bottom, front, back |api=rednet |addon=ComputerCraft |desc=Tells the computer that the side can no...")
Function rednet.close( side ) | |
Tells the computer that the side can no longer be used for networking. | |
Syntax | rednet.close( side )(left, right, top, bottom, front, back) |
Returns | nil |
Part of | ComputerCraft |
API | rednet |
Examples
Example | |
Tells the computer that the side can no longer be used for networking. | |
Code |
rednet.close( "left" ) |