Bandidos
Public Member Functions | Static Public Attributes | List of all members
com.mygdx.game.globals.PreferencesGlobals Class Reference

Public Member Functions

void resetAllSaveData ()
 

Static Public Attributes

static final String PREFERENCES_GAME = "GamePreferences"
 
static final String PREF_KEY_BOOLEAN_TUTORIAL_DONE = "TutorialDonePrefBooleanKey"
 
static final String PREFERENCES_SCORE = "ScorePreferences"
 
static final String PREF_KEY_INT_BEST_SCORE = "BestScorePrefIntKey"
 
static final String PREF_KEY_INT_BEST_MULTIPLIER = "BestMultiplierPrefIntKey"
 

Detailed Description

This class holds all the Preferences information. It also has an option to reset all the data.

Author
Ramses Di Perna

Member Function Documentation

◆ resetAllSaveData()

void com.mygdx.game.globals.PreferencesGlobals.resetAllSaveData ( )

Resets all the saved data of this game

Member Data Documentation

◆ PREF_KEY_BOOLEAN_TUTORIAL_DONE

final String com.mygdx.game.globals.PreferencesGlobals.PREF_KEY_BOOLEAN_TUTORIAL_DONE = "TutorialDonePrefBooleanKey"
static

◆ PREF_KEY_INT_BEST_MULTIPLIER

final String com.mygdx.game.globals.PreferencesGlobals.PREF_KEY_INT_BEST_MULTIPLIER = "BestMultiplierPrefIntKey"
static

◆ PREF_KEY_INT_BEST_SCORE

final String com.mygdx.game.globals.PreferencesGlobals.PREF_KEY_INT_BEST_SCORE = "BestScorePrefIntKey"
static

◆ PREFERENCES_GAME

final String com.mygdx.game.globals.PreferencesGlobals.PREFERENCES_GAME = "GamePreferences"
static

◆ PREFERENCES_SCORE

final String com.mygdx.game.globals.PreferencesGlobals.PREFERENCES_SCORE = "ScorePreferences"
static

The documentation for this class was generated from the following file: