[This is preliminary documentation and is subject to change.]

Broadcasts a packet with low priority.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public static int SendLowPriority(
	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.

Return Value

Number of players who received the packet.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<(Of <(<'Player>)>)>. When you use instance method syntax to call this method, omit the first parameter.

See Also