C# Class ABM_creator.Scroll

Inheritance: Consumable
Mostrar archivo Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property Type Description
iconsMissing string>.Dictionary

Protected Properties

Property Type Description
scrollIcons string>.Dictionary

Public Methods

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

Protected Methods

Method Description
findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string

Method Details

GetMissingIcons() public method

public GetMissingIcons ( ) : string>.Dictionary
return string>.Dictionary

Scroll() public method

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
return System

findIconName() protected method

protected findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string
spellId int
spell CNWSpell
spellLevel int
return string

Property Details

iconsMissing static_oe public_oe property

static public Dictionary iconsMissing
return string>.Dictionary

scrollIcons static_oe protected_oe property

static protected Dictionary scrollIcons
return string>.Dictionary