Difference between revisions of "Rednet.close"

From ComputerCraft Wiki
Jump to: navigation, search
(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...")
 
Line 2: Line 2:
 
{{Function
 
{{Function
 
|name=rednet.close( side )
 
|name=rednet.close( side )
|args= left, right, top, bottom, front, back
+
|args=[[string (type)|string]] side ("left", "right", "top", "bottom", "front", "back")
 
|api=rednet
 
|api=rednet
 
|addon=ComputerCraft
 
|addon=ComputerCraft

Revision as of 07:57, 30 May 2012


Grid Redstone.png  Function rednet.close( side )
Tells the computer that the side can no longer be used for networking.
Syntax rednet.close( side )(string side ("left", "right", "top", "bottom", "front", "back"))
Returns nil
Part of ComputerCraft
API rednet

Examples

Grid paper.png  Example
Tells the computer that the side can no longer be used for networking.
Code
rednet.close( "left" )