[This is preliminary documentation and is subject to change.]
Broadcasts a packet with normal priority.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
public static int Send( this IEnumerable<Player> source, Player except, Packet packet )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
List of players who will receive the packet.
- except
- Player
Player to exclude from the recepient list.
- packet
- Packet
Packet to send.