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

Method getRollMethod

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

@return roll method

()

Source from the content-addressed store, hash-verified

1399 * @return roll method
1400 */
1401 public int getRollMethod()
1402 {
1403 return rollMethod;
1404 }
1405
1406 /**
1407 * Get the cost for an ability score.

Callers 9

initForCharacterMethod · 0.95
rollStatsMethod · 0.95
refreshRollMethodMethod · 0.95
isPurchaseStatModeMethod · 0.95
setOptionsPropertiesMethod · 0.95
appendRollMethodLineMethod · 0.95
onCopyMethod · 0.95
PlayerCharacterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected