Returns the Category for the Ability in this CNAbility. @return The Category for the Ability in this CNAbility.
()
| 103 | * @return The Category for the Ability in this CNAbility. |
| 104 | */ |
| 105 | public Category<Ability> getAbilityCategory() |
| 106 | { |
| 107 | return category; |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Returns a String representation of this CNAbility. |
no outgoing calls