C# Class Heroes.Core.Setting

Afficher le fichier Open project: edwardsak/homm

Méthodes publiques

Свойство Type Description
_appStartupPath string
_armies System.Collections.Hashtable
_armyAnimationKIdKPurs Hashtable>.Dictionary
_armyKLevelKIds Hashtable>.Dictionary
_artifactKLevelKIds Hashtable>.Dictionary
_artifacts System.Collections.Hashtable
_buildings System.Collections.Hashtable
_heroAnimationKIdKSexKPurs Dictionary>
_heroExpKLvs System.Collections.Hashtable
_heros System.Collections.Hashtable
_mineTypes System.Collections.Hashtable
_races System.Collections.Hashtable
_skills System.Collections.Hashtable
_spellAnimationKIdKPurs Hashtable>.Dictionary
_spells System.Collections.Hashtable

Méthodes publiques

Méthode Description
GetSettings ( string appStartupPath ) : bool

Private Methods

Méthode Description
GetAnimations ( string fileName, Hashtable>.Dictionary &animationKIdKPurs ) : bool
GetArmies ( Hashtable &lst, Hashtable>.Dictionary &armyKLevelKIds ) : bool
GetArtifacts ( Hashtable &lst, Hashtable>.Dictionary &artifactKLevelKIds ) : bool
GetBuildings ( Hashtable &lst ) : bool
GetHeroAnimations ( string fileName, Hashtable>.Dictionary &animationKIdKSexKPurs ) : bool
GetHeroLevelExps ( Hashtable &lst ) : bool
GetHeroSkills ( ) : bool
GetHeros ( Hashtable &lst ) : bool
GetMineTypes ( Hashtable &lst ) : bool
GetRaces ( Hashtable &lst ) : bool
GetSkills ( Hashtable &lst ) : bool
GetSpellAnimations ( string fileName, Hashtable>.Dictionary &animationKIdKPurs ) : bool
GetSpells ( Hashtable &lst ) : bool

Method Details

GetSettings() public static méthode

public static GetSettings ( string appStartupPath ) : bool
appStartupPath string
Résultat bool

Property Details

_appStartupPath public_oe static_oe property

public static string _appStartupPath
Résultat string

_armies public_oe static_oe property

public static Hashtable,System.Collections _armies
Résultat System.Collections.Hashtable

_armyAnimationKIdKPurs public_oe static_oe property

public static Dictionary _armyAnimationKIdKPurs
Résultat Hashtable>.Dictionary

_armyKLevelKIds public_oe static_oe property

public static Dictionary _armyKLevelKIds
Résultat Hashtable>.Dictionary

_artifactKLevelKIds public_oe static_oe property

public static Dictionary _artifactKLevelKIds
Résultat Hashtable>.Dictionary

_artifacts public_oe static_oe property

public static Hashtable,System.Collections _artifacts
Résultat System.Collections.Hashtable

_buildings public_oe static_oe property

public static Hashtable,System.Collections _buildings
Résultat System.Collections.Hashtable

_heroAnimationKIdKSexKPurs public_oe static_oe property

public static Dictionary> _heroAnimationKIdKSexKPurs
Résultat Dictionary>

_heroExpKLvs public_oe static_oe property

public static Hashtable,System.Collections _heroExpKLvs
Résultat System.Collections.Hashtable

_heros public_oe static_oe property

public static Hashtable,System.Collections _heros
Résultat System.Collections.Hashtable

_mineTypes public_oe static_oe property

public static Hashtable,System.Collections _mineTypes
Résultat System.Collections.Hashtable

_races public_oe static_oe property

public static Hashtable,System.Collections _races
Résultat System.Collections.Hashtable

_skills public_oe static_oe property

public static Hashtable,System.Collections _skills
Résultat System.Collections.Hashtable

_spellAnimationKIdKPurs public_oe static_oe property

public static Dictionary _spellAnimationKIdKPurs
Résultat Hashtable>.Dictionary

_spells public_oe static_oe property

public static Hashtable,System.Collections _spells
Résultat System.Collections.Hashtable