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

Method getPCGenOption

code/src/java/pcgen/core/SettingsHandler.java:723–726  ·  view source on GitHub ↗
(final String optionName, final int defaultValue)

Source from the content-addressed store, hash-verified

721 }
722
723 private static int getPCGenOption(final String optionName, final int defaultValue)
724 {
725 return Integer.decode(getPCGenOption(optionName, String.valueOf(defaultValue)));
726 }
727
728 public static String getPCGenOption(final String optionName, final String defaultValue)
729 {

Callers 4

initGameModesMethod · 0.95
setGameMethod · 0.95
onCopyMethod · 0.95

Calls 5

getOptionsMethod · 0.95
equalsIgnoreCaseMethod · 0.80
decodeMethod · 0.45
valueOfMethod · 0.45
getPropertyMethod · 0.45

Tested by 1

initGameModesMethod · 0.76