WoW API: GetTrainerServiceAbilityReq
Jump to navigation
Jump to search
← WoW API < GetTrainerServiceAbilityReq
Gets the name of a requirement for training a skill and whether the player meets the requirement.
local ability, hasReq = GetTrainerServiceAbilityReq(trainerIndex, reqIndex)
Arguments[edit]
- trainerIndex
- Number - Index of the trainer service to retrieve information about. Note that indices are affected by the trainer filter. (See GetTrainerServiceTypeFilter and SetTrainerServiceTypeFilter.)
- reqIndex
- Number - Index of the requirement to retrieve information about.
Returns[edit]
- ability
- String - The name of the required ability.
- hasReq
- (Boolean?) - Flag for if the player meets the requirement.