C# Class ABM_creator.Potion

Inheritance: Consumable
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
iconsMissing string>.Dictionary

Public Methods

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

Protected Methods

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

Method Details

GetMissingIcons() public method

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

Potion() public method

public Potion ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
casterLevel int
spell CNWSpell
return System

baseName() public method

public baseName ( int spellId ) : string
spellId int
return string

findIconName() protected method

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

Property Details

iconsMissing static public property

static public Dictionary iconsMissing
return string>.Dictionary