Search Results for

    Show / Hide Table of Contents

    Interface IBufferablePacket

    A packet that can be buffered.

    Namespace: FNNLib.Messaging
    Assembly: FNNLib.dll
    Syntax
    public interface IBufferablePacket

    Methods

    | Improve this Doc View Source

    BufferPacket(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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.