Difference between revisions of "Rednet.announce"
From ComputerCraft Wiki
m (moved Rednet.announce() to Rednet.announce) |
|
(No difference)
|
Revision as of 07:58, 30 May 2012
Function rednet.announce | |
Broadcasts an empty rednet message. | |
Syntax | rednet.announce() |
Returns | nil |
Part of | ComputerCraft |
API | rednet |
Examples
Example | |
Broadcasts an empty rednet message. | |
Code |
rednet.announce() |