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