C# Class ABM_creator.Wand

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
Wand ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell ) : System
baseName ( int spellId ) : string
itemProperty ( int castSpellIp ) : NWN2ItemPropertyInfo

Protected Methods

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

Method Details

GetMissingIcons() public method

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

Wand() public method

public Wand ( 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

itemProperty() public method

public itemProperty ( int castSpellIp ) : NWN2ItemPropertyInfo
castSpellIp int
return NWN2ItemPropertyInfo

Property Details

iconsMissing static public property

static public Dictionary iconsMissing
return string>.Dictionary