Interface IBufferablePacket
A packet that can be buffered.
Namespace: FNNLib.Messaging
Assembly: FNNLib.dll
Syntax
public interface IBufferablePacket
Methods
| Improve this Doc View SourceBufferPacket(NetworkChannel, UInt64)
Called when the packet has the option to be buffered.
Declaration
bool BufferPacket(NetworkChannel channel, ulong sender)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkChannel | channel | |
| UInt64 | sender |
Returns
| Type | Description |
|---|---|
| Boolean | Whether the packet was buffered or not. |