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