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

Method getPlusCalculation

code/src/java/pcgen/core/GameMode.java:476–486  ·  view source on GitHub ↗

Get Plus calculation. @param type @return plus calculation

(Type type)

Source from the content-addressed store, hash-verified

474 * @return plus calculation
475 */
476 String getPlusCalculation(Type type)
477 {
478 String aString = null;
479
480 if (plusCalcs != null)
481 {
482 aString = plusCalcs.get(type);
483 }
484
485 return aString;
486 }
487
488 /**
489 * Set the Short Range distance.

Callers 1

getCostFromPlusesMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected