rednet.announce
From ComputerCraft Wiki
Function rednet.announce | |
Only available prior to ComputerCraft 1.5; for later versions, see rednet.broadcast(). Broadcasts an empty rednet message. Note that its return value indicates whether that message was sent, as opposed to whether it was received or even receivable. | |
Syntax | rednet.announce() |
Returns | boolean success |
Part of | ComputerCraft |
API | rednet |
Examples
Example | |
Broadcasts an empty rednet message. | |
Code |
rednet.announce() |
Rednet API Functions |
---|
rednet.open - rednet.close - rednet.send - rednet.broadcast - rednet.receive - rednet.isOpen - rednet.host - rednet.unhost - rednet.lookup |