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

Method getLoadMultiplierCount

code/src/java/pcgen/core/system/LoadInfo.java:252–255  ·  view source on GitHub ↗

Get the load multiplier count @return the load multiplier count

()

Source from the content-addressed store, hash-verified

250 * @return the load multiplier count
251 */
252 public int getLoadMultiplierCount()
253 {
254 return loadMultiplierMap.size();
255 }
256
257 private record LoadMapEntry (Float multiplier, String moveFormula, Integer checkPenalty) {}
258

Callers 2

getLoadScoreValueMethod · 0.95
processMethod · 0.80

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected