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

Method customFeatFilePath

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

Get customFeatFilePath @param usePath @return customFeatFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

130 * @return customFeatFilePath
131 */
132 public static String customFeatFilePath(final boolean usePath)
133 {
134 return getCustomPath("Feats", usePath);
135 }
136
137 /**
138 * GEt customLanguageFilePath

Callers 2

writeCustomFeatsMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected