SpellEffect.EffectIcon C# (CSharp) Method

EffectIcon() public method

Returns the icon index no for this effect
public EffectIcon ( ) : int
return int
    public int EffectIcon()
    {
        return UW1_Spell_Icons[EffectID];
    }