rednet.announce

From ComputerCraft Wiki
Revision as of 18:36, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)

Jump to: navigation, search


Grid Redstone.png  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

Grid paper.png  Example
Broadcasts an empty rednet message.
Code
rednet.announce()