Armour.GetActualSpellIndex C# (CSharp) Méthode

GetActualSpellIndex() public méthode

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