Armour.GetActualSpellIndex C# (CSharp) Метод

GetActualSpellIndex() публичный Метод

Gets the effectID index of the spell that this item is enchanted with
public GetActualSpellIndex ( ) : int
Результат int
    public override int GetActualSpellIndex()
    {
        return objInt().Link-256+16;
    }