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

Method getActualLevel

code/src/java/pcgen/core/character/SpellInfo.java:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public int getActualLevel()
68 {
69 return actualLevel;
70 }
71
72 public int getOriginalLevel()
73 {

Callers 10

addSpellToCharacterMethod · 0.95
produceSpellListInfoMethod · 0.80
delSpellMethod · 0.80
getDCMethod · 0.80
getConcentrationMethod · 0.80
getInfoIndexForMethod · 0.80
getSpellInfoForMethod · 0.80
hasSpellInfoForMethod · 0.80
appendSpellLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected