Difference between revisions of "Modem.closeAll"
From ComputerCraft Wiki
Iownall555 (Talk | contribs) (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
Function modem.closeAll | |
Closes all channels on the modem. | |
Syntax | modem.closeAll() |
Returns | nil |
Part of | ComputerCraft |
API | Modem |
Examples
Example | |
Closes all channels on the modem. | |
Code |
modem.closeAll() |