Method FromSpellId
FromSpellId(int?)
Resolves a NwSpell from a spell id.
public static NwSpell? FromSpellId(int? spellId)
Parameters
spellIdint?The id of the spell to resolve.
Returns
FromSpellId(uint?)
Resolves a NwSpell from a spell id.
public static NwSpell? FromSpellId(uint? spellId)
Parameters
spellIduint?The id of the spell to resolve.