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

Method getPurchaseScoreMin

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

Get the lowest stat value in the purchase mode stat table. @return purchase score minimum

()

Source from the content-addressed store, hash-verified

1326 * @return purchase score minimum
1327 */
1328 public int getPurchaseScoreMin()
1329 {
1330 if (pointBuyStatCosts == null)
1331 {
1332 return -1;
1333 }
1334
1335 return pointBuyStatCosts.firstKey();
1336 }
1337
1338 /**
1339 * Get the minimum score you can purchase.

Callers 2

getAbilityScoreCostMethod · 0.95

Calls 3

getMethod · 0.65
qualifiesMethod · 0.65
keySetMethod · 0.45

Tested by

no test coverage detected