@param argRollMethod
(final int argRollMethod)
| 1384 | * @param argRollMethod |
| 1385 | */ |
| 1386 | public void setRollMethod(final int argRollMethod) |
| 1387 | { |
| 1388 | rollMethod = argRollMethod; |
| 1389 | gamemodePrefsContext.setInt("rollMethod", argRollMethod); //$NON-NLS-1$ |
| 1390 | |
| 1391 | if (argRollMethod != Constants.CHARACTER_STAT_METHOD_PURCHASE) |
| 1392 | { |
| 1393 | setPurchaseMethodName(""); //$NON-NLS-1$ |
| 1394 | } |
| 1395 | } |
| 1396 | |
| 1397 | /** |
| 1398 | * |
no test coverage detected