Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getTotalLevels
Method
getTotalLevels
code/src/java/pcgen/core/PlayerCharacter.java:3593–3596 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3591
}
3592
3593
public
int
getTotalLevels()
3594
{
3595
return
levelFacet.getTotalLevels(id);
3596
}
3597
3598
/**
3599
* Get the value of the desired stat at the point just before the character
Callers
15
testMakeIntoExClass
Method · 0.95
getMaxRank
Method · 0.95
getMaxSkillLevelToken
Method · 0.45
getMaxCCSkillLevelToken
Method · 0.45
getToken
Method · 0.45
getCRToken
Method · 0.45
getSRToken
Method · 0.45
passes
Method · 0.45
addCharacterLevels
Method · 0.45
validateAddLevel
Method · 0.45
refreshLanguageList
Method · 0.45
isRemovable
Method · 0.45
Calls
no outgoing calls
Tested by
2
testMakeIntoExClass
Method · 0.76
passes
Method · 0.36