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

Method setAllStatsValue

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

Set the value for all stats. @param argAllStatsValue

(final int argAllStatsValue)

Source from the content-addressed store, hash-verified

1522 * @param argAllStatsValue
1523 */
1524 public void setAllStatsValue(final int argAllStatsValue)
1525 {
1526 allStatsValue = argAllStatsValue;
1527 gamemodePrefsContext.setInt("allStatsValue", argAllStatsValue); //$NON-NLS-1$
1528 }
1529
1530 /**
1531 * Get the value of all stats.

Callers 3

onCopyMethod · 0.95

Calls 1

setIntMethod · 0.80

Tested by

no test coverage detected