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

Method getRollMethodExpression

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

Get the cost for an ability score. @return the cost for an ability score

()

Source from the content-addressed store, hash-verified

1487 * @return the cost for an ability score
1488 */
1489 public String getRollMethodExpression()
1490 {
1491 if (activeRollMethod != null)
1492 {
1493 return activeRollMethod.getMethodRoll();
1494 }
1495 return "";
1496 }
1497
1498 /**
1499 * Get roll method expression name.

Callers 1

appendRollMethodLineMethod · 0.95

Calls 1

getMethodRollMethod · 0.80

Tested by

no test coverage detected