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

Method getOutputSheetDirectory

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

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

()

Source from the content-addressed store, hash-verified

2208 * @return the directory for output sheets for the current game mode
2209 */
2210 public String getOutputSheetDirectory()
2211 {
2212 return outputSheetDirectory;
2213 }
2214
2215 /**
2216 *

Callers 4

getValidFilesMethod · 0.80
getAllTemplatesMethod · 0.80
getDefaultSheetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected