CTPlayerData
Methods
getHasAnyAbilities()
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)
Example:event.player.skillData.getSkillInfo(<skill:reskillable:agility>);
This returns the PlayerSkillInfo for that specific skill!