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

Method getFace

code/src/java/plugin/exporttokens/deprecated/FaceToken.java:183–188  ·  view source on GitHub ↗
(CharID id)

Source from the content-addressed store, hash-verified

181 }
182
183 public static OrderedPair getFace(CharID id)
184 {
185 String varName = ControlUtilities.getControlToken(Globals.getContext(), CControl.FACE);
186 ResultFacet resultFacet = FacetLibrary.getFacet(ResultFacet.class);
187 return (OrderedPair) resultFacet.getGlobalVariable(id, varName);
188 }
189
190 private static boolean hasFaceControl()
191 {

Callers 5

getFaceTokenMethod · 0.95
getShortTokenMethod · 0.95
getSquaresTokenMethod · 0.95
get1TokenMethod · 0.95
get2TokenMethod · 0.95

Calls 4

getControlTokenMethod · 0.95
getContextMethod · 0.95
getFacetMethod · 0.95
getGlobalVariableMethod · 0.95

Tested by

no test coverage detected