MCPcopy 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

testMakeIntoExClassMethod · 0.95
getMaxRankMethod · 0.95
getMaxSkillLevelTokenMethod · 0.45
getTokenMethod · 0.45
getCRTokenMethod · 0.45
getSRTokenMethod · 0.45
passesMethod · 0.45
addCharacterLevelsMethod · 0.45
validateAddLevelMethod · 0.45
refreshLanguageListMethod · 0.45
isRemovableMethod · 0.45

Calls

no outgoing calls

Tested by 2

testMakeIntoExClassMethod · 0.76
passesMethod · 0.36