Difference between revisions of "Modem.closeAll"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "{{Function |name=modem.closeAll |api=Modem |addon=ComputerCraft |desc=Closes all channels on the modem. |examples= {{Example |desc=Closes all channels on the modem. |code=mod...")
 
(Categorised page)
Line 10: Line 10:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:API_Functions]]

Revision as of 09:41, 25 March 2014

Grid Redstone.png  Function modem.closeAll
Closes all channels on the modem.
Syntax modem.closeAll()
Returns nil
Part of ComputerCraft
API Modem

Examples

Grid paper.png  Example
Closes all channels on the modem.
Code
modem.closeAll()