rednet.announce
From ComputerCraft Wiki
Revision as of 22:25, 16 March 2012 by SgtBurned (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=rednet.announce() |api=rednet |addon=ComputerCraft |desc=Broadcasts an empty rednet message. |examples= {{Example |desc=Broadcasts an empty red...")
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() |