Search Results for

    Show / Hide Table of Contents

    Message.AddMessage Method

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    Overloads

    AddMessage(Message)

    Adds message's unread bits to the message.

    AddMessage(Message, int, int)

    Adds a range of bits from message to the message.

    AddMessage(Message)

    Adds message's unread bits to the message.

    public Message AddMessage(Message message)

    Parameters

    Message message

    The message whose unread bits to add.

    Returns

    Message

    The message that the bits were added to.

    Remarks

    This method does not move message's internal read position!

    AddMessage(Message, int, int)

    Adds a range of bits from message to the message.

    public Message AddMessage(Message message, int amount, int startBit)

    Parameters

    Message message

    The message whose bits to add.

    int amount

    The number of bits to add.

    int startBit

    The position in message from which to add the bits.

    Returns

    Message

    The message that the bits were added to.

    Remarks

    This method does not move message's internal read position!

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