mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-05 02:58:12 +00:00
Merge pull request #1055 from bclindner/mc-1.16.x
Documentation fix for rednet.broadcast
This commit is contained in:
commit
2a92794da3
@ -217,9 +217,10 @@ end
|
|||||||
channel. The message will be received by every device listening to rednet.
|
channel. The message will be received by every device listening to rednet.
|
||||||
|
|
||||||
@param message The message to send. This should not contain coroutines or
|
@param message The message to send. This should not contain coroutines or
|
||||||
functions, as they will be converted to @{nil}. @tparam[opt] string protocol
|
functions, as they will be converted to @{nil}.
|
||||||
The "protocol" to send this message under. When using @{rednet.receive} one can
|
@tparam[opt] string protocol The "protocol" to send this message under.
|
||||||
filter to only receive messages sent under a particular protocol.
|
When using @{rednet.receive} one can filter to only receive messages sent
|
||||||
|
under a particular protocol.
|
||||||
@see rednet.receive
|
@see rednet.receive
|
||||||
@changed 1.6 Added protocol parameter.
|
@changed 1.6 Added protocol parameter.
|
||||||
@usage Broadcast the words "Hello, world!" to every computer using rednet.
|
@usage Broadcast the words "Hello, world!" to every computer using rednet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user