C# Class Heroes.Core.Setting

Show file Open project: edwardsak/homm

Public Properties

Property 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

Public Methods

Method Description
GetSettings ( string appStartupPath ) : bool

Private Methods

Method 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 method

public static GetSettings ( string appStartupPath ) : bool
appStartupPath string
return bool

Property Details

_appStartupPath public static property

public static string _appStartupPath
return string

_armies public static property

public static Hashtable,System.Collections _armies
return System.Collections.Hashtable

_armyAnimationKIdKPurs public static property

public static Dictionary _armyAnimationKIdKPurs
return Hashtable>.Dictionary

_armyKLevelKIds public static property

public static Dictionary _armyKLevelKIds
return Hashtable>.Dictionary

_artifactKLevelKIds public static property

public static Dictionary _artifactKLevelKIds
return Hashtable>.Dictionary

_artifacts public static property

public static Hashtable,System.Collections _artifacts
return System.Collections.Hashtable

_buildings public static property

public static Hashtable,System.Collections _buildings
return System.Collections.Hashtable

_heroAnimationKIdKSexKPurs public static property

public static Dictionary> _heroAnimationKIdKSexKPurs
return Dictionary>

_heroExpKLvs public static property

public static Hashtable,System.Collections _heroExpKLvs
return System.Collections.Hashtable

_heros public static property

public static Hashtable,System.Collections _heros
return System.Collections.Hashtable

_mineTypes public static property

public static Hashtable,System.Collections _mineTypes
return System.Collections.Hashtable

_races public static property

public static Hashtable,System.Collections _races
return System.Collections.Hashtable

_skills public static property

public static Hashtable,System.Collections _skills
return System.Collections.Hashtable

_spellAnimationKIdKPurs public static property

public static Dictionary _spellAnimationKIdKPurs
return Hashtable>.Dictionary

_spells public static property

public static Hashtable,System.Collections _spells
return System.Collections.Hashtable