C# Class ABM_creator.Potion

Inheritance: Consumable
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Свойство Type Description
iconsMissing string>.Dictionary

Méthodes publiques

Méthode Description
GetMissingIcons ( ) : string>.Dictionary
Potion ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell ) : System
baseName ( int spellId ) : string

Méthodes protégées

Méthode Description
findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string

Method Details

GetMissingIcons() public méthode

public GetMissingIcons ( ) : string>.Dictionary
Résultat string>.Dictionary

Potion() public méthode

public Potion ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
casterLevel int
spell CNWSpell
Résultat System

baseName() public méthode

public baseName ( int spellId ) : string
spellId int
Résultat string

findIconName() protected méthode

protected findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string
spellId int
spell CNWSpell
spellLevel int
Résultat string

Property Details

iconsMissing static_oe public_oe property

static public Dictionary iconsMissing
Résultat string>.Dictionary