Method SpellInfo:IsAbilityOfSkillType [-] [+]
Checks if the SpellInfo represents an ability of a specific skill type.
This function allows checking if a spell or ability belongs to a specific skill type. The skill type is often represented as an integral value (in this case, uint32), where each value may correspond to a different skill category such as crafting, combat, magic, etc.
@return boolean : Returns true if the SpellInfo represents an ability of the given skill type, else false.
Synopsis
SpellInfo:IsAbilityOfSkillType( skillType )
Arguments
number skillType
The skill type to check against. Should be an integral value representing the skill type..
Valid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.