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

Method hasRuleCheck

code/src/java/pcgen/core/SettingsHandler.java:1129–1132  ·  view source on GitHub ↗

Checks to see if the user has set a value for this key @param aKey @return true or false

(final String aKey)

Source from the content-addressed store, hash-verified

1127 * @return true or false
1128 **/
1129 public static boolean hasRuleCheck(final String aKey)
1130 {
1131 return ruleCheckMap.containsKey(aKey);
1132 }
1133
1134 public static boolean hideMonsterClasses()
1135 {

Callers 2

HouseRulesPanelMethod · 0.95
checkRuleMethod · 0.95

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected