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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  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

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