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