Search Results for

    Show / Hide Table of Contents

    Message.GetInts Method

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    Overloads

    GetInts()

    Retrieves an int array from the message.

    GetInts(int)

    Retrieves an int array from the message.

    GetInts(int[], int)

    Populates an int array with ints retrieved from the message.

    GetInts(int, int[], int)

    Populates an int array with ints retrieved from the message.

    GetInts()

    Retrieves an int array from the message.

    public int[] GetInts()

    Returns

    int[]

    The array that was retrieved.

    GetInts(int)

    Retrieves an int array from the message.

    public int[] GetInts(int amount)

    Parameters

    int amount

    The amount of ints to retrieve.

    Returns

    int[]

    The array that was retrieved.

    GetInts(int[], int)

    Populates an int array with ints retrieved from the message.

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

    Parameters

    int[] intoArray

    The array to populate.

    int startIndex

    The position at which to start populating the array.

    GetInts(int, int[], int)

    Populates an int array with ints retrieved from the message.

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

    Parameters

    int amount

    The amount of ints to retrieve.

    int[] 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