Difference between revisions of "Rednet.close"
From ComputerCraft Wiki
m (moved Rednet.close( side ) to Rednet.close) |
m (Moved to CAT:APIFunctions) |
||
Line 12: | Line 12: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:36, 28 November 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" ) |