Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
appendAbilityLines
Method · 0.80
Calls
1
getSet
Method · 0.65
Tested by
no test coverage detected