[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.2.4 (0.6.2.4)

Syntax

   
 C# 
public static int SendLowPriority(
	this IEnumerable<Player> source,
	Packet packet
)

Parameters

source
IEnumerable<(Of <(<'Player>)>)>
List of players who will receive the packet.
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