rednet.announce
From ComputerCraft Wiki
Revision as of 16:02, 10 November 2012 by 71.66.105.86 (Talk) (Changed return type to a boolean success from nil, as the function returns false like rednet.send() if there is no modem active, and true if there is.)
Function rednet.announce | |
Broadcasts an empty rednet message. | |
Syntax | rednet.announce() |
Returns | boolean success code. True if a message has been sent, false if not. "true" does not guarantee, that any computer was reachable! |
Part of | ComputerCraft |
API | rednet |
Examples
Example | |
Broadcasts an empty rednet message. | |
Code |
rednet.announce() |