===== GetSpellByName ===== Obtains a spell by its name. ELITEAPI_API ISpell* __stdcall GetSpellByName(void* apiObject, const char* name); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//name// [in] * The name of the spell to obtain. **Return Value** The spell of the given name.