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

Method getLoadModifierFormula

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

Get the load modifier formula @return the load modifier formula

()

Source from the content-addressed store, hash-verified

241 * @return the load modifier formula
242 */
243 public String getLoadModifierFormula()
244 {
245 return modifyFormula;
246 }
247
248 /**
249 * Get the load multiplier count

Callers 2

unparseMethod · 0.80
getMaxLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected