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

Send packet (thread-safe, async, priority queue). This is used for most packets (movement, chat, etc).

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

Syntax

   
 C# 
public void Send(
	Packet packet
)

Parameters

packet
Packet

[Missing <param name="packet"/> documentation for "M:fCraft.Player.Send(fCraft.Packet)"]

See Also