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

Method getOutputSheetDefault

code/src/java/pcgen/core/GameMode.java:2228–2231  ·  view source on GitHub ↗

@return the directory for output sheets for the current game mode

(String type)

Source from the content-addressed store, hash-verified

2226 * @return the directory for output sheets for the current game mode
2227 */
2228 public String getOutputSheetDefault(String type)
2229 {
2230 return outputSheetDefaultMap.get(type);
2231 }
2232
2233 /**
2234 * Register an icon to be used for equipment of the listed type.

Callers 1

getDefaultSheetMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected