public static interface AbilityComponents.AbilityLimits
| Modifier and Type | Method | Description | 
|---|---|---|
| int | commonSkills() | Returns number of common skills | 
| AbilityComponents.AbilityLimits | commonSkills(int newVal) | Sets number of common skills | 
| int | craftingSkills() | Returns number of crafting skills | 
| AbilityComponents.AbilityLimits | craftingSkills(int newVal) | Sets number of crafting skills | 
| int | languageSkills() | Returns number of language skills | 
| AbilityComponents.AbilityLimits | languageSkills(int newVal) | Sets number of language skills | 
| int | maxCommonSkills() | Returns max number of common skills | 
| int | maxCraftingSkills() | Returns max number of crafting skills | 
| int | maxLanguageSkills() | Returns max number of language skills | 
| int | maxNonCraftingSkills() | Returns max number of non-crafting skills | 
| int | nonCraftingSkills() | Returns number of non-crafting skills | 
| AbilityComponents.AbilityLimits | nonCraftingSkills(int newVal) | Sets number of non-crafting skills | 
| int | specificSkillLimit() | Returns number of given specific ability type
 limit. | 
| AbilityComponents.AbilityLimits | specificSkillLimit(int newVal) | Sets number of given specific ability type
 limit. | 
int commonSkills()
int maxCommonSkills()
AbilityComponents.AbilityLimits commonSkills(int newVal)
newVal - number of common skillsint craftingSkills()
int maxCraftingSkills()
AbilityComponents.AbilityLimits craftingSkills(int newVal)
newVal - number of crafting skillsint nonCraftingSkills()
int maxNonCraftingSkills()
AbilityComponents.AbilityLimits nonCraftingSkills(int newVal)
newVal - number of non-crafting skillsint maxLanguageSkills()
AbilityComponents.AbilityLimits languageSkills(int newVal)
newVal - number of language skillsint languageSkills()
int specificSkillLimit()
AbilityComponents.AbilityLimits specificSkillLimit(int newVal)
newVal - a new number