Method SpellInfo:IsAbilityOfSkillType [-] [+]
Returns true if the SpellInfo is an ability of the given skill type, false otherwise.
Synopsis
isAbilityOfSkillType = SpellInfo:IsAbilityOfSkillType( skillType )
Arguments
number skillTypeThe skill type to check.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
boolean isAbilityOfSkillType- See method description.