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

Method getPurchaseScoreMax

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

Get the highest stat value in the purchase mode stat table. @return purchase mode maximum

()

Source from the content-addressed store, hash-verified

1285 * @return purchase mode maximum
1286 */
1287 public int getPurchaseScoreMax()
1288 {
1289 if (pointBuyStatCosts == null)
1290 {
1291 return -1;
1292 }
1293
1294 return pointBuyStatCosts.lastKey();
1295 }
1296
1297 /**
1298 * Get the maximum 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