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

Method customDeityFilePath

code/src/java/pcgen/core/CustomData.java:99–102  ·  view source on GitHub ↗

Get customDeityFilePath @param usePath @return customDeityFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

97 * @return customDeityFilePath
98 */
99 public static String customDeityFilePath(final boolean usePath)
100 {
101 return getCustomPath("Deities", usePath);
102 }
103
104 /**
105 * Get customDomainFilePath

Callers 2

writeCustomDeitiesMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected