API GetTrainerServiceAbilityReq
Talk0
98,571pages on
this wiki
this wiki
Gets the name of a requirement for training a skill and whether the player meets the requirement.
local ability, hasReq = GetTrainerServiceAbilityReq(trainerIndex, reqIndex)
Arguments
- 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
- ability
- String - The name of the required ability.
- hasReq
- (Boolean?) - Flag for if the player meets the requirement.