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

Method getLevelInfoSize

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

Source from the content-addressed store, hash-verified

3123 }
3124
3125 public int getLevelInfoSize()
3126 {
3127 return levelInfoFacet.getCount(id);
3128 }
3129
3130 /**
3131 * whether we should load companions on master load

Callers 11

getTotalStatAtLevelMethod · 0.95
makeIntoExClassMethod · 0.95
saveStatIncreaseMethod · 0.95
getStatIncreaseMethod · 0.95
removeLevelInfoMethod · 0.95
getPartialStatAtLevelMethod · 0.95
getTokenMethod · 0.45
getTokenMethod · 0.45
addDomainMethod · 0.45
addLevelMethod · 0.45

Calls 1

getCountMethod · 0.65

Tested by

no test coverage detected