C# Class Organisation.Configuration

Inheritance: Observer.Subject
Afficher le fichier Open project: mhack/gamenoise Class Usage Examples

Méthodes publiques

Méthode Description
Configuration ( ) : System

Contructor that initialize all variables to the default values

GetPluginPath ( ) : String

Returns the directory of the Plugins

GetSkinPath ( ) : String

Returns the directory of the skins

Init ( ) : void

Initialize the configuration object to the hotkeys This function must be called after the deserializer to init the objects

InitNotify ( ) : void

Initialization Complete Notify

ResetToDefault ( ) : void

Resets all settings to default

getFallBackSkin ( ) : string

Method Details

Configuration() public méthode

Contructor that initialize all variables to the default values
public Configuration ( ) : System
Résultat System

GetPluginPath() public méthode

Returns the directory of the Plugins
public GetPluginPath ( ) : String
Résultat String

GetSkinPath() public méthode

Returns the directory of the skins
public GetSkinPath ( ) : String
Résultat String

Init() public méthode

Initialize the configuration object to the hotkeys This function must be called after the deserializer to init the objects
public Init ( ) : void
Résultat void

InitNotify() public méthode

Initialization Complete Notify
public InitNotify ( ) : void
Résultat void

ResetToDefault() public méthode

Resets all settings to default
public ResetToDefault ( ) : void
Résultat void

getFallBackSkin() public méthode

public getFallBackSkin ( ) : string
Résultat string