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

Method getDieSizes

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

Get's current gamemodes DieSizes. @return dieSizes array

()

Source from the content-addressed store, hash-verified

1829 * @return dieSizes array
1830 */
1831 public int[] getDieSizes()
1832 {
1833 return dieSizes;
1834 }
1835
1836 /**
1837 * Set's DieSizes available for the gamemode.

Callers 3

loadGameModeMiscInfoMethod · 0.95
getNextMethod · 0.80
getPreviousMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected