ABM_creator.Scroll.findIconName C# (CSharp) Method

findIconName() protected method

protected findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string
spellId int
spell CNWSpell
spellLevel int
return string
        protected override string findIconName(int spellId, CNWSpell spell, int spellLevel)
        {
            return spell.GetSpellIcon().ToString();
        }
    }