MCPcopy Create free account
hub / github.com/PCGen/pcgen / getSaveAbilities

Method getSaveAbilities

code/src/java/pcgen/core/PlayerCharacter.java:9666–9669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9664 }
9665
9666 public Collection<CNAbilitySelection> getSaveAbilities()
9667 {
9668 return svAbilityFacet.getSet(id);
9669 }
9670
9671 public CNAbility getBonusLanguageAbility()
9672 {

Callers 1

appendAbilityLinesMethod · 0.80

Calls 1

getSetMethod · 0.65

Tested by

no test coverage detected