rednet.close
From ComputerCraft Wiki
Revision as of 07:57, 30 May 2012 by Pinkishu (Talk | contribs) (moved Rednet.close( side ) to Rednet.close)
Function rednet.close | |
Tells the computer that the side can no longer be used for networking. | |
Syntax | rednet.close(string 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" ) |