Difference between revisions of "Rednet.close"
From ComputerCraft Wiki
m |
|||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
{{Function | {{Function | ||
− | |name=rednet.close | + | |name=rednet.close |
|args=[[string (type)|string]] side ("left", "right", "top", "bottom", "front", "back") | |args=[[string (type)|string]] side ("left", "right", "top", "bottom", "front", "back") | ||
|api=rednet | |api=rednet |
Revision as of 07:57, 30 May 2012
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" ) |