Set the value for all stats. @param argAllStatsValue
(final int argAllStatsValue)
| 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. |
no test coverage detected