SpellEffect.getSpellDescription C# (CSharp) Method

getSpellDescription() public method

Describes the spell and how stable the spell is.
public getSpellDescription ( ) : string
return string
    public string getSpellDescription()
    {
        return StringController.instance.GetString (6,EffectID);
    }