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

Method isPurchaseStatModeAllowed

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

Return true if the purchasing of stats mode is allowed. @return true if the purchasing of stats mode is allowed

()

Source from the content-addressed store, hash-verified

1513 * @return true if the purchasing of stats mode is allowed
1514 */
1515 private boolean isPurchaseStatModeAllowed()
1516 {
1517 return !((pointBuyStatCosts == null) || (pointBuyStatCosts.isEmpty()));
1518 }
1519
1520 /**
1521 * Set the value for all stats.

Callers 1

getAbilityScoreCostMethod · 0.95

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected