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

Method getAllStatsValue

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

Get the value of all stats. @return the value of all stats

()

Source from the content-addressed store, hash-verified

1532 * @return the value of all stats
1533 */
1534 public int getAllStatsValue()
1535 {
1536 return allStatsValue;
1537 }
1538
1539 /**
1540 * Returns the currently set rolling method for character stats.

Callers 5

setOptionsPropertiesMethod · 0.95
appendRollMethodLineMethod · 0.95
rollStatsMethod · 0.80
onCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected