Method Player:HasTalent [-] [+]
Returns 'true' if the Player has a talent by ID in specified talent tree, 'false' otherwise.
Synopsis
hasTalent = Player:HasTalent( talentId, spec )
Arguments
number talentId
Talent ID to check.
Valid numbers: integers from 0 to 4,294,967,295.
number spec
Specified talent tree.
Valid numbers: integers from 0 to 255.
Returns
boolean hasTalent
- See method description.