This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Self-aware turtle's profile picture

Rednet.Broadcast returns nil[NoBug]

Started by Self-aware turtle, 31 July 2014 - 07:44 PM
Self-aware turtle #1
Posted 31 July 2014 - 09:44 PM
Hi,

I can receive a broadcasted message, however, the broadcast function does not return any status code but nil. According to the API documentation true or false are expected.

I have Minecraft 1.6.4 and Computer Craft 1.6.3.


Thanks for mod!
Lyqyd #2
Posted 31 July 2014 - 10:39 PM
Boolean returns for broadcast and send were removed a few versions now. They will either error or succeed. I think there may be circumstances where they can fail silently, but I can't recall. If rednet is open, they should succeed.
MKlegoman357 #3
Posted 01 August 2014 - 12:38 AM
Thanks for telling about missleading info on the wiki, I've fixed it now ;)/>.