Armour.GetActualSpellIndex C# (CSharp) Method

GetActualSpellIndex() public method

Gets the effectID index of the spell that this item is enchanted with
public GetActualSpellIndex ( ) : int
return int
    public override int GetActualSpellIndex()
    {
        return objInt().Link-256+16;
    }