SpellEffect.EffectIcon C# (CSharp) Méthode

EffectIcon() public méthode

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