Network.Broadcast¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input to broadcast to all connected peers. | Any |
||
Output ➡️ |
Outputs the input value, passed through unchanged. | Any |
||
Server |
No | The server to send the input to. | Var: Network.Server |
Var(Server) |
Exclude |
No | The list of Peer IDs to exclude from the broadcast. | none |
Var([Int]) [Int] None |
Include |
No | The list of Peer IDs to include in the broadcast. If set, only these peers will receive the broadcast. | none |
Var([Int]) [Int] None |
This shard sends the input to all peers connected to the server (created by Network.Server) specified in the Server parameter.