Search Results for

    Show / Hide Table of Contents

    Method WasButtonCombinationJustEntered

    WasButtonCombinationJustEntered(Button[])

    Gets whether a specific sequence of Buttons has been pressed.

    Declaration
    public static bool WasButtonCombinationJustEntered(params Button[] buttons)
    Parameters
    Type Name Description
    Button[] buttons

    The sequence of Buttons in the order the user should enter them in-game.

    Returns
    Type Description
    System.Boolean

    true if the combination was just entered; otherwise, false

    Remarks

    There must be between 6 and 29 inclusive Buttons otherwise an System.ArgumentException is thrown. It only works for GamePad inputs. The in-game cheat combinations use the same system.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX