Search Results for

    Show / Hide Table of Contents

    Message.GetBools Method

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    Overloads

    GetBools()

    Retrieves a bool array from the message.

    GetBools(int)

    Retrieves a bool array from the message.

    GetBools(bool[], int)

    Populates a bool array with bools retrieved from the message.

    GetBools(int, bool[], int)

    Populates a bool array with bools retrieved from the message.

    GetBools()

    Retrieves a bool array from the message.

    public bool[] GetBools()

    Returns

    bool[]

    The array that was retrieved.

    GetBools(int)

    Retrieves a bool array from the message.

    public bool[] GetBools(int amount)

    Parameters

    int amount

    The amount of bools to retrieve.

    Returns

    bool[]

    The array that was retrieved.

    GetBools(bool[], int)

    Populates a bool array with bools retrieved from the message.

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

    Parameters

    bool[] intoArray

    The array to populate.

    int startIndex

    The position at which to start populating the array.

    GetBools(int, bool[], int)

    Populates a bool array with bools retrieved from the message.

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

    Parameters

    int amount

    The amount of bools to retrieve.

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