Search Results for

    Show / Hide Table of Contents

    Server.MessageHandler Delegate

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    Encapsulates a method that handles a message from a client.

    public delegate void Server.MessageHandler(ushort fromClientId, Message message)

    Parameters

    ushort fromClientId

    The numeric ID of the client from whom the message was received.

    Message message

    The message that was received.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX