getHasAnyAbilities()

Link to gethasanyabilities

Copy
Example:
event.player.skillData.getHasAnyAbilities;

This returns a Boolean based on if the player has any abilties which are a type of Unlockables.

getSkillInfo(CTSkill skill)

Link to getskillinfoctskill-skill

Copy
Example:
event.player.skillData.getSkillInfo(<skill:reskillable:agility>);

This returns the PlayerSkillInfo for that specific skill!