Difference between revisions of "Modem.close"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "{{Function |name=modem.close |args={{type|int}} channel |api=Modem |addon=ComputerCraft |desc=Closes the specified channel. |examples= {{Example |desc=Closes the specified ch...")
 
(Categorised page)
Line 11: Line 11:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:API_Functions]]

Revision as of 09:41, 25 March 2014

Grid Redstone.png  Function modem.close
Closes the specified channel.
Syntax modem.close(int channel)
Returns nil
Part of ComputerCraft
API Modem

Examples

Grid paper.png  Example
Closes the specified channel.
Code
modem.close(1)