AngeliA
Search Results for

    Show / Hide Table of Contents

    Class CheatCodeAttribute

    The function will be called when user perform the given cheat code. Cheat code can be perform like those in NES games.

    Examples
    [CheatCode]
    internal static void ExampleFunction (string code) { }

    Constructors

    CheatCodeAttribute(string)

    The function will be called when user perform the given cheat code. Cheat code can be perform like those in NES games.

    Declaration
    public CheatCodeAttribute(string code)
    Examples
    [CheatCode]
    internal static void ExampleFunction (string code) { }
    Back to top ๐Ÿ„๐Ÿฆโ€โฌ›๐Ÿงฆ๐Ÿˆ๐ŸŽƒ๐Ÿ’“๐ŸŒนโ˜•๐Ÿดโ€โ˜ ๏ธ๐Ÿค