Browse Source

Update README.md

NX 7 years ago
parent
commit
d8638ee181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -354,7 +354,7 @@ Contains a managed pointer to the host.
 
 
 `Host.PreventConnections(bool state)` prevents access to the host for new incoming connections.
 `Host.PreventConnections(bool state)` prevents access to the host for new incoming connections.
 
 
-`Host.Broadcast(byte channelID, ref Packet packet, ref Peer[] peers)` queues a packet to be sent to a range of peers or to all peers associated with the host if the optional peers parameter is not used. Any zeroed `Peer` structure in an array will be excluded from the broadcast.
+`Host.Broadcast(byte channelID, ref Packet packet, Peer[] peers)` queues a packet to be sent to a range of peers or to all peers associated with the host if the optional peers parameter is not used. Any zeroed `Peer` structure in an array will be excluded from the broadcast.
 
 
 `Host.CheckEvents(out Event @event)` checks for any queued events on the host and dispatches one if available. Returns > 0 if an event was dispatched, 0 if no events are available, < 0 on failure.
 `Host.CheckEvents(out Event @event)` checks for any queued events on the host and dispatches one if available. Returns > 0 if an event was dispatched, 0 if no events are available, < 0 on failure.