C# Class ABM_creator.Scroll

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

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

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

Scroll() public méthode

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

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

scrollIcons static_oe protected_oe property

static protected Dictionary scrollIcons
Résultat string>.Dictionary