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

Method getLocalVariable

code/src/java/pcgen/core/Equipment.java:6096–6100  ·  view source on GitHub ↗
(CharID id, String varName)

Source from the content-addressed store, hash-verified

6094 }
6095
6096 public Object getLocalVariable(CharID id, String varName)
6097 {
6098 ResultFacet resultFacet = FacetLibrary.getFacet(ResultFacet.class);
6099 return resultFacet.getLocalVariable(id, this, varName);
6100 }
6101
6102 @Override
6103 public CDOMObject getLocalChild(String childType, String childName)

Callers 13

getWeightMultiplierMethod · 0.95
getHandsRequiredMethod · 0.95
getLocalMethod · 0.45
getNewCritMultStringMethod · 0.45
getReachTokenMethod · 0.45
getCritRangeHeadMethod · 0.45
getRangeMethod · 0.45
getAcCheckTokenIntMethod · 0.45
getEdrTokenIntMethod · 0.45
getFumbleRangeTokenMethod · 0.45
getMaxDexTokenIntMethod · 0.45

Calls 2

getFacetMethod · 0.95
getLocalVariableMethod · 0.95

Tested by

no test coverage detected