Difference between revisions of "Modem.open"
From ComputerCraft Wiki
Iownall555 (Talk | contribs) (Created page with "{{Function |name=modem.open |args={{type|int}} channel |api=Modem |addon=ComputerCraft |desc=Opens the specified channel to allow listening for messages. |examples= {{Example...") |
(Categorised page) |
||
Line 11: | Line 11: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 09:41, 25 March 2014
Function modem.open | |
Opens the specified channel to allow listening for messages. | |
Syntax | modem.open(int channel) |
Returns | nil |
Part of | ComputerCraft |
API | Modem |
Examples
Example | |
Opens the specified channel to allow listening for messages. | |
Code |
modem.open(1) |