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

Method getCurrentRollingMethod

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

Returns the currently set rolling method for character stats. @return RollMethod the current rolling method

()

Source from the content-addressed store, hash-verified

1542 * @return RollMethod the current rolling method
1543 */
1544 public RollMethod getCurrentRollingMethod()
1545 {
1546 return activeRollMethod;
1547 }
1548
1549 /**
1550 * Set the minimum stat.

Callers 2

rollStatsMethod · 0.95
rollStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected