Class: Cheats

Cheats()

The purpose of this class is to run a given user input against the cheats database on request and perform that cheat if an according cheat was found.

Constructor

new Cheats()

Source:

Methods

executeCheat() → {boolean}

Reads userinput from the chat and sends a simulation command in case it is a known cheat.
Source:
Returns:
- True if a cheat was executed.
Type
boolean