Search Results for

    Show / Hide Table of Contents

    Message.GetLongs Method

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    Overloads

    GetLongs()

    Retrieves a long array from the message.

    GetLongs(int)

    Retrieves a long array from the message.

    GetLongs(long[], int)

    Populates a long array with longs retrieved from the message.

    GetLongs(int, long[], int)

    Populates a long array with longs retrieved from the message.

    GetLongs()

    Retrieves a long array from the message.

    public long[] GetLongs()

    Returns

    long[]

    The array that was retrieved.

    GetLongs(int)

    Retrieves a long array from the message.

    public long[] GetLongs(int amount)

    Parameters

    int amount

    The amount of longs to retrieve.

    Returns

    long[]

    The array that was retrieved.

    GetLongs(long[], int)

    Populates a long array with longs retrieved from the message.

    public void GetLongs(long[] intoArray, int startIndex = 0)

    Parameters

    long[] intoArray

    The array to populate.

    int startIndex

    The position at which to start populating the array.

    GetLongs(int, long[], int)

    Populates a long array with longs retrieved from the message.

    public void GetLongs(int amount, long[] intoArray, int startIndex = 0)

    Parameters

    int amount

    The amount of longs to retrieve.

    long[] intoArray

    The array to populate.

    int startIndex

    The position at which to start populating the array.

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