com.planeth.gtroids.cheats
Class CheatManager

java.lang.Object
  extended bycom.planeth.gtroids.cheats.CheatManager

public class CheatManager
extends java.lang.Object

Helper to handle cheatCodes

Author:
Andreas Grässer, gal@planet-h.com.
created 01.11.2005

Field Summary
static int CHEAT_ACTIVATION_MODIFIER
           
 
Constructor Summary
CheatManager()
          Constructor for CheatManager.
 
Method Summary
 boolean checkCheatCode(java.lang.String cheatCode)
          Checks the passed cheatCode and execute the desired action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHEAT_ACTIVATION_MODIFIER

public static final int CHEAT_ACTIVATION_MODIFIER
See Also:
Constant Field Values
Constructor Detail

CheatManager

public CheatManager()
Constructor for CheatManager.

Method Detail

checkCheatCode

public boolean checkCheatCode(java.lang.String cheatCode)
Checks the passed cheatCode and execute the desired action.
Returns true if the passed cheatCode is valid

Parameters:
cheatCode -
Returns:
Returns true if the passed cheatCode is valid