Difference between revisions of "Modem.isOpen"

From ComputerCraft Wiki
Jump to: navigation, search
(Changing int to number)
m (Adjusted the args data type)
Line 1: Line 1:
 
{{Function
 
{{Function
 
|name=modem.isOpen
 
|name=modem.isOpen
|args={{type|number}} channel
+
|args={{type|int}} channel
 
|api=Modem
 
|api=Modem
 
|addon=ComputerCraft
 
|addon=ComputerCraft

Revision as of 05:46, 7 August 2013

Grid Redstone.png  Function modem.isOpen
Checks whether or not a certain channel is open.
Syntax modem.isOpen(int channel)
Returns nil
Part of ComputerCraft
API Modem

Examples

Grid paper.png  Example
Checks whether the computer is listening on this channel.
Code
modem.isOpen(1)