Method WasCheatStringJustEntered
WasCheatStringJustEntered(String)
Gets whether a cheat code was entered into the cheat text box.
Declaration
public static bool WasCheatStringJustEntered(string cheat)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | cheat | The name of the cheat to check. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|