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

Method getControl

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

Source from the content-addressed store, hash-verified

9782 }
9783
9784 public String getControl(String string)
9785 {
9786 return controller.get(ObjectKey.getKeyFor(String.class, '*' + string));
9787 }
9788
9789 /**
9790 * Returns the value of a CodeControl, or the default value if the code control has

Callers 15

getSizeAdjustmentMethod · 0.95
getTokenMethod · 0.80
getTokenMethod · 0.80
getSizeModTokenMethod · 0.80
writeArmorPropertyMethod · 0.80
getAltHPTokenMethod · 0.80
getReachTokenMethod · 0.80
getPCHandsMethod · 0.80
calculateMaxMethod · 0.80
watchChannelMethod · 0.80
addListenerToChannelMethod · 0.80

Calls 5

getKeyForMethod · 0.95
getMethod · 0.65
getNameMethod · 0.65
orElseMethod · 0.65
getDefaultValueMethod · 0.65

Tested by

no test coverage detected