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

Method setRollMethod

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

@param argRollMethod

(final int argRollMethod)

Source from the content-addressed store, hash-verified

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 *

Callers 5

setPurchaseMethodNameMethod · 0.95
onCopyMethod · 0.95

Calls 2

setPurchaseMethodNameMethod · 0.95
setIntMethod · 0.80

Tested by

no test coverage detected