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) { }