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

Method hasControl

code/src/java/pcgen/core/PlayerCharacter.java:9805–9808  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

9803 }
9804
9805 public boolean hasControl(String string)
9806 {
9807 return controller.get(ObjectKey.getKeyFor(String.class, '*' + string)) != null;
9808 }
9809
9810 /**
9811 * Returns true if a feature code control is enabled.

Callers 15

modifierStringMethod · 0.80
resolveMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
resolveMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
resolveMethod · 0.80
resolveMethod · 0.80
resolveMethod · 0.80
evaluateMethod · 0.80
resolveMethod · 0.80

Calls 2

getKeyForMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected